Html Css Color HEX #802495 Vivid Violet

📋 copy color: '#802495'

red 128 ◦ green 36 ◦ blue 149

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

Shades of Vivid Violet #802495

Tints of Vivid Violet #802495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.5%

 BLUE value IS 149 (58.59% from 255) = 47.6%

R = 40.89%
G = 11.5%
B = 47.6%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#802495 (or 0x802495) is known color: Vivid Violet. HEX triplet: 80, 24 and 95. RGB value is (128,36,149). Sum of RGB (Red+Green+Blue) = 128+36+149=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #802495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802495 is #7FDB6A. Grayscale: #4C4C4C. Windows color (decimal): -8379243 or 9774208. OLE color: 9774208.

HSL color Cylindrical-coordinate representation of color #802495: hue angle of 288.85º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #802495 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 36 149 -
CMYK 0.14 0.76 0 0.42
HSL 288.85º 0.61% 0.36% -
HSV(B) 288.85º 0.76% 0.58% -
XYZ 14.96 8.02 29.19 -
YUV 76.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 128 36 149 0.14 0.76 0 0.42 288.85 0.61 0.36
Hex 80 24 95 E 4C 0 2A 121 3D 24
Octal 200 44 225 16 114 0 52 441 75 44
Binary 10000000 100100 10010101 1110 1001100 0 101010 100100001 111101 100100

Color Harmonies of #802495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802495

Black with #802495

Text Example


Text Example

White with #802495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802495; }

 p { color: rgb(128,36,149); }

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

background-color css

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

 a { background-color: rgb(128,36,149); }

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

border-color css

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

 span { border-color: rgb(128,36,149); }

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