#802AE1

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

Shades of Blue Violet #802AE1

Tints of Blue Violet #802AE1

Color information

#802AE1 (or 0x802AE1) is unknown color: approx Blue Violet. HEX triplet: 80, 2A and E1. RGB value is (128,42,225). Sum of RGB (Red+Green+Blue) = 128+42+225=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 225 (88.28% from 255 or 56.96% from 395); Max value from RGB is 225 - color contains mainly: blue. Hex color #802AE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802AE1 is #7FD51E. Grayscale: #575757. Windows color (decimal): -8377631 or 14756480. OLE color: 14756480.

HSL color Cylindrical-coordinate representation of color #802AE1: hue angle of 268.2º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #802AE1 is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12842225-
CMYK0.430.8100.12
HSL268.2º75.31%52.35%-
HSV(B)268.2º81.33%88.24%-
XYZ23.3211.6872.26-
YUV88.58204.99156.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.41%
GREEN value IS 42 (16.80% from 255) = 10.63%
BLUE value IS 225 (88.28% from 255) = 56.96%
R=32.41%
G=10.63%
B=56.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal128422250.430.8100.12268.275.3152.35
Hex802AE12B510C10c4b34
Octal200523415312101441411364
Binary10000000101010111000011010111010001011001000011001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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