Html Css Color HEX #801997 Vivid Violet

📋 copy color: '#801997'

red 128 ◦ green 25 ◦ blue 151

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

Shades of Vivid Violet #801997

Tints of Vivid Violet #801997

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.22%

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

R = 42.11%
G = 8.22%
B = 49.67%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#801997 (or 0x801997) is known color: Vivid Violet. HEX triplet: 80, 19 and 97. RGB value is (128,25,151). Sum of RGB (Red+Green+Blue) = 128+25+151=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #801997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801997 is #7FE668. Grayscale: #454545. Windows color (decimal): -8382057 or 9902464. OLE color: 9902464.

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

Color convert

RGB 128 25 151 -
CMYK 0.15 0.83 0 0.41
HSL 289.05º 0.72% 0.35% -
HSV(B) 289.05º 0.83% 0.59% -
XYZ 14.84 7.52 29.95 -
YUV 70.16 173.62 169.25 -
System Red Green Blue C M Y K H S L
Decimal 128 25 151 0.15 0.83 0 0.41 289.05 0.72 0.35
Hex 80 19 97 F 53 0 29 121 48 23
Octal 200 31 227 17 123 0 51 441 110 43
Binary 10000000 11001 10010111 1111 1010011 0 101001 100100001 1001000 100011

Color Harmonies of #801997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801997

Black with #801997

Text Example


Text Example

White with #801997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801997; }

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

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

background-color css

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

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

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

border-color css

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

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

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