Html Css Color HEX #83379F Vivid Violet

📋 copy color: '#83379F'

red 131 ◦ green 55 ◦ blue 159

#83379F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #83379F

Tints of Vivid Violet #83379F

RGB

 RED value IS 131 (51.56% from 255) = 37.97%

 GREEN value IS 55 (21.88% from 255) = 15.94%

 BLUE value IS 159 (62.5% from 255) = 46.09%

R = 37.97%
G = 15.94%
B = 46.09%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#83379F (or 0x83379F) is known color: Vivid Violet. HEX triplet: 83, 37 and 9F. RGB value is (131,55,159). Sum of RGB (Red+Green+Blue) = 131+55+159=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #83379F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83379F is #7CC860. Grayscale: #595959. Windows color (decimal): -8177761 or 10434435. OLE color: 10434435.

HSL color Cylindrical-coordinate representation of color #83379F: hue angle of 283.85º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83379F is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 55 159 -
CMYK 0.18 0.65 0 0.38
HSL 283.85º 0.49% 0.42% -
HSV(B) 283.85º 0.65% 0.62% -
XYZ 16.98 10.06 33.85 -
YUV 89.58 167.18 157.54 -
System Red Green Blue C M Y K H S L
Decimal 131 55 159 0.18 0.65 0 0.38 283.85 0.49 0.42
Hex 83 37 9F 12 41 0 26 11C 31 2A
Octal 203 67 237 22 101 0 46 434 61 52
Binary 10000011 110111 10011111 10010 1000001 0 100110 100011100 110001 101010

Color Harmonies of #83379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83379F

Black with #83379F

Text Example


Text Example

White with #83379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83379F; }

 p { color: rgb(131,55,159); }

 H1.HeaderClassName
 {
   color: #83379F;
 }
 .AnyTagClassName
 {
   color: #83379F;
 }
</style>

background-color css

<style>
 a { background-color: #83379F; }

 a { background-color: rgb(131,55,159); }

 div.DivClassName
 {
   background-color: #83379F;
 }
 .BgClassName
 {
   background-color: #83379F;
 }
</style>

border-color css

<style>
 span { border-color: #83379F; }

 span { border-color: rgb(131,55,159); }

 td.TdClassName
 {
   border-color: #83379F;
 }
 .TagClassName
 {
   border-color: #83379F;
 }
</style>