Html Css Color HEX #802299 Vivid Violet

📋 copy color: '#802299'

red 128 ◦ green 34 ◦ blue 153

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

Shades of Vivid Violet #802299

Tints of Vivid Violet #802299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.79%

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

R = 40.63%
G = 10.79%
B = 48.57%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#802299 (or 0x802299) is known color: Vivid Violet. HEX triplet: 80, 22 and 99. RGB value is (128,34,153). Sum of RGB (Red+Green+Blue) = 128+34+153=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #802299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802299 is #7FDD66. Grayscale: #4B4B4B. Windows color (decimal): -8379751 or 10035840. OLE color: 10035840.

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

Color convert

RGB 128 34 153 -
CMYK 0.16 0.78 0 0.4
HSL 287.4º 0.64% 0.37% -
HSV(B) 287.4º 0.78% 0.6% -
XYZ 15.22 8.03 30.89 -
YUV 75.67 171.64 165.32 -
System Red Green Blue C M Y K H S L
Decimal 128 34 153 0.16 0.78 0 0.4 287.4 0.64 0.37
Hex 80 22 99 10 4E 0 28 11F 40 25
Octal 200 42 231 20 116 0 50 437 100 45
Binary 10000000 100010 10011001 10000 1001110 0 101000 100011111 1000000 100101

Color Harmonies of #802299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802299

Black with #802299

Text Example


Text Example

White with #802299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802299; }

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

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

background-color css

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

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

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

border-color css

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

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

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