Html Css Color HEX #801899 Vivid Violet

📋 copy color: '#801899'

red 128 ◦ green 24 ◦ blue 153

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

Shades of Vivid Violet #801899

Tints of Vivid Violet #801899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.87%

 BLUE value IS 153 (60.16% from 255) = 50.16%

R = 41.97%
G = 7.87%
B = 50.16%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#801899 (or 0x801899) is known color: Vivid Violet. HEX triplet: 80, 18 and 99. RGB value is (128,24,153). Sum of RGB (Red+Green+Blue) = 128+24+153=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #801899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801899 is #7FE766. Grayscale: #454545. Windows color (decimal): -8382311 or 10033280. OLE color: 10033280.

HSL color Cylindrical-coordinate representation of color #801899: hue angle of 288.37º degrees, saturation: 0.73, 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 #801899 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 24 153 -
CMYK 0.16 0.84 0 0.4
HSL 288.37º 0.73% 0.35% -
HSV(B) 288.37º 0.84% 0.6% -
XYZ 14.98 7.54 30.8 -
YUV 69.8 174.96 169.51 -
System Red Green Blue C M Y K H S L
Decimal 128 24 153 0.16 0.84 0 0.4 288.37 0.73 0.35
Hex 80 18 99 10 54 0 28 120 49 23
Octal 200 30 231 20 124 0 50 440 111 43
Binary 10000000 11000 10011001 10000 1010100 0 101000 100100000 1001001 100011

Color Harmonies of #801899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801899

Black with #801899

Text Example


Text Example

White with #801899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801899; }

 p { color: rgb(128,24,153); }

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

background-color css

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

 a { background-color: rgb(128,24,153); }

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

border-color css

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

 span { border-color: rgb(128,24,153); }

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