Html Css Color HEX #802197 Vivid Violet

📋 copy color: '#802197'

red 128 ◦ green 33 ◦ blue 151

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

Shades of Vivid Violet #802197

Tints of Vivid Violet #802197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.4%

R = 41.03%
G = 10.58%
B = 48.4%

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

#802197 (or 0x802197) is known color: Vivid Violet. HEX triplet: 80, 21 and 97. RGB value is (128,33,151). Sum of RGB (Red+Green+Blue) = 128+33+151=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 151 - color contains mainly: blue. Hex color #802197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802197 is #7FDE68. Grayscale: #4A4A4A. Windows color (decimal): -8380009 or 9904512. OLE color: 9904512.

HSL color Cylindrical-coordinate representation of color #802197: hue angle of 288.31º 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 #802197 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 33 151 -
CMYK 0.15 0.78 0 0.41
HSL 288.31º 0.64% 0.36% -
HSV(B) 288.31º 0.78% 0.59% -
XYZ 15.03 7.91 30.01 -
YUV 74.86 170.97 165.91 -
System Red Green Blue C M Y K H S L
Decimal 128 33 151 0.15 0.78 0 0.41 288.31 0.64 0.36
Hex 80 21 97 F 4E 0 29 120 40 24
Octal 200 41 227 17 116 0 51 440 100 44
Binary 10000000 100001 10010111 1111 1001110 0 101001 100100000 1000000 100100

Color Harmonies of #802197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802197

Black with #802197

Text Example


Text Example

White with #802197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802197; }

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

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

background-color css

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

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

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

border-color css

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

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

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