#802E9F

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

Shades of Vivid Violet #802E9F

Tints of Vivid Violet #802E9F

Color information

#802E9F (or 0x802E9F) is unknown color: approx Vivid Violet. HEX triplet: 80, 2E and 9F. RGB value is (128,46,159). Sum of RGB (Red+Green+Blue) = 128+46+159=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #802E9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802E9F is #7FD160. Grayscale: #535353. Windows color (decimal): -8376673 or 10432128. OLE color: 10432128.

HSL color Cylindrical-coordinate representation of color #802E9F: hue angle of 283.54º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #802E9F is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12846159-
CMYK0.190.7100.38
HSL283.54º55.12%40.2%-
HSV(B)283.54º71.07%62.35%-
XYZ16.149.0533.7-
YUV83.4170.67159.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.44%
GREEN value IS 46 (18.36% from 255) = 13.81%
BLUE value IS 159 (62.5% from 255) = 47.75%
R=38.44%
G=13.81%
B=47.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128461590.190.7100.38283.5455.1240.2
Hex802E9F134702611c3728
Octal20056237231070464346750
Binary10000000101110100111111001110001110100110100011100110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,46,159); }

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

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

 a { background-color: rgb(128,46,159); }

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

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

 span { border-color: rgb(128,46,159); }

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