Html Css Color HEX #802196 Vivid Violet

📋 copy color: '#802196'

red 128 ◦ green 33 ◦ blue 150

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

Shades of Vivid Violet #802196

Tints of Vivid Violet #802196

RGB

 RED value IS 128 (50.39% from 255) = 41.16%

 GREEN value IS 33 (13.28% from 255) = 10.61%

 BLUE value IS 150 (58.98% from 255) = 48.23%

R = 41.16%
G = 10.61%
B = 48.23%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#802196 (or 0x802196) is known color: Vivid Violet. HEX triplet: 80, 21 and 96. RGB value is (128,33,150). Sum of RGB (Red+Green+Blue) = 128+33+150=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #802196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802196 is #7FDE69. Grayscale: #4A4A4A. Windows color (decimal): -8380010 or 9838976. OLE color: 9838976.

HSL color Cylindrical-coordinate representation of color #802196: hue angle of 288.72º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #802196 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 33 150 -
CMYK 0.15 0.78 0 0.41
HSL 288.72º 0.64% 0.36% -
HSV(B) 288.72º 0.78% 0.59% -
XYZ 14.95 7.88 29.59 -
YUV 74.74 170.47 165.99 -
System Red Green Blue C M Y K H S L
Decimal 128 33 150 0.15 0.78 0 0.41 288.72 0.64 0.36
Hex 80 21 96 F 4E 0 29 121 40 24
Octal 200 41 226 17 116 0 51 441 100 44
Binary 10000000 100001 10010110 1111 1001110 0 101001 100100001 1000000 100100

Color Harmonies of #802196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802196

Black with #802196

Text Example


Text Example

White with #802196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802196; }

 p { color: rgb(128,33,150); }

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

background-color css

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

 a { background-color: rgb(128,33,150); }

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

border-color css

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

 span { border-color: rgb(128,33,150); }

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