#8B01B9

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

Shades of Dark Violet #8B01B9

Tints of Dark Violet #8B01B9

Color information

#8B01B9 (or 0x8B01B9) is unknown color: approx Dark Violet. HEX triplet: 8B, 01 and B9. RGB value is (139,1,185). Sum of RGB (Red+Green+Blue) = 139+1+185=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 185 (72.66% from 255 or 56.92% from 325); Max value from RGB is 185 - color contains mainly: blue. Hex color #8B01B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B01B9 is #74FE46. Grayscale: #3E3E3E. Windows color (decimal): -7667271 or 12124555. OLE color: 12124555.

HSL color Cylindrical-coordinate representation of color #8B01B9: hue angle of 285º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B01B9 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1391185-
CMYK0.250.9900.27
HSL285º98.92%36.47%-
HSV(B)285º99.46%72.55%-
XYZ19.429.0146.62-
YUV63.24196.72182.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.77%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 185 (72.66% from 255) = 56.92%
R=42.77%
G=0.31%
B=56.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13911850.250.9900.2728598.9236.47
Hex8B1B9196301B11d6324
Octal21312713114303343514344
Binary100010111101110011100111000110110111000111011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B01B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,1,185); }

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

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

 a { background-color: rgb(139,1,185); }

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

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

 span { border-color: rgb(139,1,185); }

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