#8B0BB6

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

Shades of Dark Violet #8B0BB6

Tints of Dark Violet #8B0BB6

Color information

#8B0BB6 (or 0x8B0BB6) is unknown color: approx Dark Violet. HEX triplet: 8B, 0B and B6. RGB value is (139,11,182). Sum of RGB (Red+Green+Blue) = 139+11+182=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 182 (71.48% from 255 or 54.82% from 332); Max value from RGB is 182 - color contains mainly: blue. Hex color #8B0BB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0BB6 is #74F449. Grayscale: #444444. Windows color (decimal): -7664714 or 11930507. OLE color: 11930507.

HSL color Cylindrical-coordinate representation of color #8B0BB6: hue angle of 284.91º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0BB6 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13911182-
CMYK0.240.9400.29
HSL284.91º88.6%37.84%-
HSV(B)284.91º93.96%71.37%-
XYZ19.219.1145-
YUV68.77191.91178.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 11 (4.69% from 255) = 3.31%
BLUE value IS 182 (71.48% from 255) = 54.82%
R=41.87%
G=3.31%
B=54.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139111820.240.9400.29284.9188.637.84
Hex8BBB6185E01D11d5926
Octal213132663013603543513146
Binary100010111011101101101100010111100111011000111011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,11,182); }

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

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

 a { background-color: rgb(139,11,182); }

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

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

 span { border-color: rgb(139,11,182); }

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