Html Css Color HEX #801C99 Vivid Violet

📋 copy color: '#801C99'

red 128 ◦ green 28 ◦ blue 153

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

Shades of Vivid Violet #801C99

Tints of Vivid Violet #801C99

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.06%

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

R = 41.42%
G = 9.06%
B = 49.51%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#801C99 (or 0x801C99) is known color: Vivid Violet. HEX triplet: 80, 1C and 99. RGB value is (128,28,153). Sum of RGB (Red+Green+Blue) = 128+28+153=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #801C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801C99 is #7FE366. Grayscale: #474747. Windows color (decimal): -8381287 or 10034304. OLE color: 10034304.

HSL color Cylindrical-coordinate representation of color #801C99: hue angle of 288º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #801C99 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 28 153 -
CMYK 0.16 0.82 0 0.4
HSL 288º 0.69% 0.35% -
HSV(B) 288º 0.82% 0.6% -
XYZ 15.07 7.72 30.83 -
YUV 72.15 173.63 167.84 -
System Red Green Blue C M Y K H S L
Decimal 128 28 153 0.16 0.82 0 0.4 288 0.69 0.35
Hex 80 1C 99 10 52 0 28 120 45 23
Octal 200 34 231 20 122 0 50 440 105 43
Binary 10000000 11100 10011001 10000 1010010 0 101000 100100000 1000101 100011

Color Harmonies of #801C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801C99

Black with #801C99

Text Example


Text Example

White with #801C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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