Html Css Color HEX #802095 Vivid Violet

📋 copy color: '#802095'

red 128 ◦ green 32 ◦ blue 149

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

Shades of Vivid Violet #802095

Tints of Vivid Violet #802095

RGB

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

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

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

R = 41.42%
G = 10.36%
B = 48.22%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#802095 (or 0x802095) is known color: Vivid Violet. HEX triplet: 80, 20 and 95. RGB value is (128,32,149). Sum of RGB (Red+Green+Blue) = 128+32+149=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #802095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802095 is #7FDF6A. Grayscale: #494949. Windows color (decimal): -8380267 or 9773184. OLE color: 9773184.

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

Color convert

RGB 128 32 149 -
CMYK 0.14 0.79 0 0.42
HSL 289.23º 0.65% 0.35% -
HSV(B) 289.23º 0.79% 0.58% -
XYZ 14.84 7.79 29.16 -
YUV 74.04 170.3 166.49 -
System Red Green Blue C M Y K H S L
Decimal 128 32 149 0.14 0.79 0 0.42 289.23 0.65 0.35
Hex 80 20 95 E 4F 0 2A 121 41 23
Octal 200 40 225 16 117 0 52 441 101 43
Binary 10000000 100000 10010101 1110 1001111 0 101010 100100001 1000001 100011

Color Harmonies of #802095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802095

Black with #802095

Text Example


Text Example

White with #802095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802095; }

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

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

background-color css

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

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

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

border-color css

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

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

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