#8B12B6

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

Shades of Dark Violet #8B12B6

Tints of Dark Violet #8B12B6

Color information

#8B12B6 (or 0x8B12B6) is unknown color: approx Dark Violet. HEX triplet: 8B, 12 and B6. RGB value is (139,18,182). Sum of RGB (Red+Green+Blue) = 139+18+182=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 182 (71.48% from 255 or 53.69% from 339); Max value from RGB is 182 - color contains mainly: blue. Hex color #8B12B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B12B6 is #74ED49. Grayscale: #484848. Windows color (decimal): -7662922 or 11932299. OLE color: 11932299.

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

Color convert

RGB13918182-
CMYK0.240.9000.29
HSL284.27º82%39.22%-
HSV(B)284.27º90.11%71.37%-
XYZ19.319.345.03-
YUV72.88189.59175.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.00%
GREEN value IS 18 (7.42% from 255) = 5.31%
BLUE value IS 182 (71.48% from 255) = 53.69%
R=41.00%
G=5.31%
B=53.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139181820.240.9000.29284.278239.22
Hex8B12B6185A01D11c5227
Octal213222663013203543412247
Binary1000101110010101101101100010110100111011000111001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B12B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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