#8B02E1

Color #8B02E1 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8B02E1

Tints of Dark Violet #8B02E1

Color information

#8B02E1 (or 0x8B02E1) is unknown color: approx Dark Violet. HEX triplet: 8B, 02 and E1. RGB value is (139,2,225). Sum of RGB (Red+Green+Blue) = 139+2+225=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 225 (88.28% from 255 or 61.48% from 366); Max value from RGB is 225 - color contains mainly: blue. Hex color #8B02E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B02E1 is #74FD1E. Grayscale: #434343. Windows color (decimal): -7666975 or 14746251. OLE color: 14746251.

HSL color Cylindrical-coordinate representation of color #8B02E1: hue angle of 276.86º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B02E1 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1392225-
CMYK0.380.9900.12
HSL276.86º98.24%44.51%-
HSV(B)276.86º99.11%88.24%-
XYZ24.2610.9772.07-
YUV68.39216.39178.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 225 (88.28% from 255) = 61.48%
R=37.98%
G=0.55%
B=61.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal13922250.380.9900.12276.8698.2444.51
Hex8B2E126630C115622d
Octal21323414614301442514255
Binary1000101110111000011001101100011011001000101011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B02E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B02E1; }

 p { color: rgb(139,2,225); }

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

<style>
 a { background-color: #8B02E1; }

 a { background-color: rgb(139,2,225); }

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

<style>
 span { border-color: #8B02E1; }

 span { border-color: rgb(139,2,225); }

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