Html Css Color HEX #802C99 Vivid Violet

📋 copy color: '#802C99'

red 128 ◦ green 44 ◦ blue 153

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

Shades of Vivid Violet #802C99

Tints of Vivid Violet #802C99

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.54%

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

R = 39.38%
G = 13.54%
B = 47.08%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#802C99 (or 0x802C99) is known color: Vivid Violet. HEX triplet: 80, 2C and 99. RGB value is (128,44,153). Sum of RGB (Red+Green+Blue) = 128+44+153=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #802C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802C99 is #7FD366. Grayscale: #515151. Windows color (decimal): -8377191 or 10038400. OLE color: 10038400.

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

Color convert

RGB 128 44 153 -
CMYK 0.16 0.71 0 0.4
HSL 286.24º 0.55% 0.39% -
HSV(B) 286.24º 0.71% 0.6% -
XYZ 15.55 8.69 30.99 -
YUV 81.54 168.33 161.14 -
System Red Green Blue C M Y K H S L
Decimal 128 44 153 0.16 0.71 0 0.4 286.24 0.55 0.39
Hex 80 2C 99 10 47 0 28 11E 37 27
Octal 200 54 231 20 107 0 50 436 67 47
Binary 10000000 101100 10011001 10000 1000111 0 101000 100011110 110111 100111

Color Harmonies of #802C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802C99

Black with #802C99

Text Example


Text Example

White with #802C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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