#8B06E0

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

Shades of Dark Violet #8B06E0

Tints of Dark Violet #8B06E0

Color information

#8B06E0 (or 0x8B06E0) is unknown color: approx Dark Violet. HEX triplet: 8B, 06 and E0. RGB value is (139,6,224). Sum of RGB (Red+Green+Blue) = 139+6+224=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #8B06E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B06E0 is #74F91F. Grayscale: #454545. Windows color (decimal): -7665952 or 14681739. OLE color: 14681739.

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

Color convert

RGB1396224-
CMYK0.380.9700.12
HSL276.61º94.78%45.1%-
HSV(B)276.61º97.32%87.84%-
XYZ24.171171.37-
YUV70.62214.56176.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.67%
GREEN value IS 6 (2.73% from 255) = 1.63%
BLUE value IS 224 (87.89% from 255) = 60.70%
R=37.67%
G=1.63%
B=60.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal13962240.380.9700.12276.6194.7845.1
Hex8B6E026610C1155f2d
Octal21363404614101442513755
Binary10001011110111000001001101100001011001000101011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B06E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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