Html Css Color HEX #801998 Vivid Violet

📋 copy color: '#801998'

red 128 ◦ green 25 ◦ blue 152

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

Shades of Vivid Violet #801998

Tints of Vivid Violet #801998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 49.84%

R = 41.97%
G = 8.2%
B = 49.84%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#801998 (or 0x801998) is known color: Vivid Violet. HEX triplet: 80, 19 and 98. RGB value is (128,25,152). Sum of RGB (Red+Green+Blue) = 128+25+152=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #801998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801998 is #7FE667. Grayscale: #454545. Windows color (decimal): -8382056 or 9968000. OLE color: 9968000.

HSL color Cylindrical-coordinate representation of color #801998: hue angle of 288.66º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801998 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 25 152 -
CMYK 0.16 0.84 0 0.40
HSL 288.66º 0.72% 0.35% -
HSV(B) 288.66º 0.84% 0.6% -
XYZ 14.92 7.55 30.38 -
YUV 70.28 174.12 169.17 -
System Red Green Blue C M Y K H S L
Decimal 128 25 152 0.16 0.84 0 0.40 288.66 0.72 0.35
Hex 80 19 98 10 54 0 28 121 48 23
Octal 200 31 230 20 124 0 50 441 110 43
Binary 10000000 11001 10011000 10000 1010100 0 101000 100100001 1001000 100011

Color Harmonies of #801998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801998

Black with #801998

Text Example


Text Example

White with #801998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801998; }

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

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

background-color css

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

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

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

border-color css

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

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

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