#8B0FB6

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

Shades of Dark Violet #8B0FB6

Tints of Dark Violet #8B0FB6

Color information

#8B0FB6 (or 0x8B0FB6) is unknown color: approx Dark Violet. HEX triplet: 8B, 0F and B6. RGB value is (139,15,182). Sum of RGB (Red+Green+Blue) = 139+15+182=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 182 (71.48% from 255 or 54.17% from 336); Max value from RGB is 182 - color contains mainly: blue. Hex color #8B0FB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0FB6 is #74F049. Grayscale: #464646. Windows color (decimal): -7663690 or 11931531. OLE color: 11931531.

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

Color convert

RGB13915182-
CMYK0.240.9200.29
HSL284.55º84.77%38.63%-
HSV(B)284.55º91.76%71.37%-
XYZ19.269.2145.02-
YUV71.11190.58176.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.37%
GREEN value IS 15 (6.25% from 255) = 4.46%
BLUE value IS 182 (71.48% from 255) = 54.17%
R=41.37%
G=4.46%
B=54.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139151820.240.9200.29284.5584.7738.63
Hex8BFB6185C01D11d5527
Octal213172663013403543512547
Binary100010111111101101101100010111000111011000111011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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