Html Css Color HEX #802295 Vivid Violet

📋 copy color: '#802295'

red 128 ◦ green 34 ◦ blue 149

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

Shades of Vivid Violet #802295

Tints of Vivid Violet #802295

RGB

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

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

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

R = 41.16%
G = 10.93%
B = 47.91%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#802295 (or 0x802295) is known color: Vivid Violet. HEX triplet: 80, 22 and 95. RGB value is (128,34,149). Sum of RGB (Red+Green+Blue) = 128+34+149=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #802295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802295 is #7FDD6A. Grayscale: #4A4A4A. Windows color (decimal): -8379755 or 9773696. OLE color: 9773696.

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

Color convert

RGB 128 34 149 -
CMYK 0.14 0.77 0 0.42
HSL 289.04º 0.63% 0.36% -
HSV(B) 289.04º 0.77% 0.58% -
XYZ 14.9 7.9 29.17 -
YUV 75.22 169.64 165.65 -
System Red Green Blue C M Y K H S L
Decimal 128 34 149 0.14 0.77 0 0.42 289.04 0.63 0.36
Hex 80 22 95 E 4D 0 2A 121 3F 24
Octal 200 42 225 16 115 0 52 441 77 44
Binary 10000000 100010 10010101 1110 1001101 0 101010 100100001 111111 100100

Color Harmonies of #802295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802295

Black with #802295

Text Example


Text Example

White with #802295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802295; }

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

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

background-color css

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

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

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

border-color css

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

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

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