#802DA4

Color #802DA4 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #802DA4

Tints of Vivid Violet #802DA4

Color information

#802DA4 (or 0x802DA4) is unknown color: approx Vivid Violet. HEX triplet: 80, 2D and A4. RGB value is (128,45,164). Sum of RGB (Red+Green+Blue) = 128+45+164=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 164 (64.45% from 255 or 48.66% from 337); Max value from RGB is 164 - color contains mainly: blue. Hex color #802DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802DA4 is #7FD25B. Grayscale: #525252. Windows color (decimal): -8376924 or 10759552. OLE color: 10759552.

HSL color Cylindrical-coordinate representation of color #802DA4: hue angle of 281.85º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802DA4 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12845164-
CMYK0.220.7300.36
HSL281.85º56.94%40.98%-
HSV(B)281.85º72.56%64.31%-
XYZ16.549.1536.02-
YUV83.38173.5159.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.98%
GREEN value IS 45 (17.97% from 255) = 13.35%
BLUE value IS 164 (64.45% from 255) = 48.66%
R=37.98%
G=13.35%
B=48.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128451640.220.7300.36281.8556.9440.98
Hex802DA4164902411a3929
Octal20055244261110444327151
Binary10000000101101101001001011010010010100100100011010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802DA4; }

 p { color: rgb(128,45,164); }

 H1.HeaderClassName
 {
   color: #802DA4;
 }
 .AnyTagClassName
 {
   color: #802DA4;
 }
</style>
background-color css

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

 a { background-color: rgb(128,45,164); }

 div.DivClassName
 {
   background-color: #802DA4;
 }
 .BgClassName
 {
   background-color: #802DA4;
 }
</style>
border-color css

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

 span { border-color: rgb(128,45,164); }

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