Html Css Color HEX #802099 Vivid Violet

📋 copy color: '#802099'

red 128 ◦ green 32 ◦ blue 153

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

Shades of Vivid Violet #802099

Tints of Vivid Violet #802099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.22%

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

R = 40.89%
G = 10.22%
B = 48.88%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#802099 (or 0x802099) is known color: Vivid Violet. HEX triplet: 80, 20 and 99. RGB value is (128,32,153). Sum of RGB (Red+Green+Blue) = 128+32+153=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #802099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802099 is #7FDF66. Grayscale: #4A4A4A. Windows color (decimal): -8380263 or 10035328. OLE color: 10035328.

HSL color Cylindrical-coordinate representation of color #802099: hue angle of 287.6º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #802099 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 32 153 -
CMYK 0.16 0.79 0 0.4
HSL 287.6º 0.65% 0.36% -
HSV(B) 287.6º 0.79% 0.6% -
XYZ 15.17 7.92 30.87 -
YUV 74.5 172.3 166.16 -
System Red Green Blue C M Y K H S L
Decimal 128 32 153 0.16 0.79 0 0.4 287.6 0.65 0.36
Hex 80 20 99 10 4F 0 28 120 41 24
Octal 200 40 231 20 117 0 50 440 101 44
Binary 10000000 100000 10011001 10000 1001111 0 101000 100100000 1000001 100100

Color Harmonies of #802099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802099

Black with #802099

Text Example


Text Example

White with #802099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802099; }

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

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

background-color css

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

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

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

border-color css

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

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

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