Html Css Color HEX #83379C Vivid Violet

📋 copy color: '#83379C'

red 131 ◦ green 55 ◦ blue 156

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

Shades of Vivid Violet #83379C

Tints of Vivid Violet #83379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.61%

R = 38.3%
G = 16.08%
B = 45.61%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83379C (or 0x83379C) is known color: Vivid Violet. HEX triplet: 83, 37 and 9C. RGB value is (131,55,156). Sum of RGB (Red+Green+Blue) = 131+55+156=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #83379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83379C is #7CC863. Grayscale: #585858. Windows color (decimal): -8177764 or 10237827. OLE color: 10237827.

HSL color Cylindrical-coordinate representation of color #83379C: hue angle of 285.15º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83379C is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 55 156 -
CMYK 0.16 0.65 0 0.39
HSL 285.15º 0.48% 0.41% -
HSV(B) 285.15º 0.65% 0.61% -
XYZ 16.73 9.96 32.49 -
YUV 89.24 165.68 157.79 -
System Red Green Blue C M Y K H S L
Decimal 131 55 156 0.16 0.65 0 0.39 285.15 0.48 0.41
Hex 83 37 9C 10 41 0 27 11D 30 29
Octal 203 67 234 20 101 0 47 435 60 51
Binary 10000011 110111 10011100 10000 1000001 0 100111 100011101 110000 101001

Color Harmonies of #83379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83379C

Black with #83379C

Text Example


Text Example

White with #83379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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