#8B02E0

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

Shades of Dark Violet #8B02E0

Tints of Dark Violet #8B02E0

Color information

#8B02E0 (or 0x8B02E0) is unknown color: approx Dark Violet. HEX triplet: 8B, 02 and E0. RGB value is (139,2,224). Sum of RGB (Red+Green+Blue) = 139+2+224=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 224 (87.89% from 255 or 61.37% from 365); Max value from RGB is 224 - color contains mainly: blue. Hex color #8B02E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B02E0 is #74FD1F. Grayscale: #434343. Windows color (decimal): -7666976 or 14680715. OLE color: 14680715.

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

Color convert

RGB1392224-
CMYK0.380.9900.12
HSL277.03º98.23%44.31%-
HSV(B)277.03º99.11%87.84%-
XYZ24.1210.9171.36-
YUV68.27215.89178.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.08%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 224 (87.89% from 255) = 61.37%
R=38.08%
G=0.55%
B=61.37%

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
Decimal13922240.380.9900.12277.0398.2344.31
Hex8B2E026630C115622c
Octal21323404614301442514254
Binary1000101110111000001001101100011011001000101011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B02E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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