#802af9

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

Shades of Blue Violet #802AF9

Tints of Blue Violet #802AF9

Color information

#802AF9 (or 0x802AF9) is unknown color: approx Blue Violet. HEX triplet: 80, 2A and F9. RGB value is (128,42,249). Sum of RGB (Red+Green+Blue) = 128+42+249=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 249 (97.66% from 255 or 59.43% from 419); Max value from RGB is 249 - color contains mainly: blue. Hex color #802AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802AF9 is #7FD506. Grayscale: #5A5A5A. Windows color (decimal): -8377607 or 16329344. OLE color: 16329344.

HSL color Cylindrical-coordinate representation of color #802AF9: hue angle of 264.93º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #802AF9 is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12842249-
CMYK0.490.8300.02
HSL264.93º94.52%57.06%-
HSV(B)264.93º83.13%97.65%-
XYZ26.8313.0890.73-
YUV91.31216.99154.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.55%
GREEN value IS 42 (16.80% from 255) = 10.02%
BLUE value IS 249 (97.66% from 255) = 59.43%
R=30.55%
G=10.02%
B=59.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal128422490.490.8300.02264.9394.5257.06
Hex802AF93153021095f39
Octal20052371611230241113771
Binary100000001010101111100111000110100110101000010011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802af9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,42,249); }

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

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

 a { background-color: rgb(128,42,249); }

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

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

 span { border-color: rgb(128,42,249); }

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