#802E9B

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

Shades of Vivid Violet #802E9B

Tints of Vivid Violet #802E9B

Color information

#802E9B (or 0x802E9B) is unknown color: approx Vivid Violet. HEX triplet: 80, 2E and 9B. RGB value is (128,46,155). Sum of RGB (Red+Green+Blue) = 128+46+155=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #802E9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802E9B is #7FD164. Grayscale: #525252. Windows color (decimal): -8376677 or 10169984. OLE color: 10169984.

HSL color Cylindrical-coordinate representation of color #802E9B: hue angle of 285.14º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802E9B is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12846155-
CMYK0.170.7000.39
HSL285.14º54.23%39.41%-
HSV(B)285.14º70.32%60.78%-
XYZ15.88.9131.9-
YUV82.94168.67160.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.91%
GREEN value IS 46 (18.36% from 255) = 13.98%
BLUE value IS 155 (60.94% from 255) = 47.11%
R=38.91%
G=13.98%
B=47.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128461550.170.7000.39285.1454.2339.41
Hex802E9B114602711d3627
Octal20056233211060474356647
Binary10000000101110100110111000110001100100111100011101110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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