#8B01DC

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

Shades of Dark Violet #8B01DC

Tints of Dark Violet #8B01DC

Color information

#8B01DC (or 0x8B01DC) is unknown color: approx Dark Violet. HEX triplet: 8B, 01 and DC. RGB value is (139,1,220). Sum of RGB (Red+Green+Blue) = 139+1+220=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B01DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B01DC is #74FE23. Grayscale: #424242. Windows color (decimal): -7667236 or 14418315. OLE color: 14418315.

HSL color Cylindrical-coordinate representation of color #8B01DC: hue angle of 277.81º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B01DC is Cyan = 0.37, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1391220-
CMYK0.371.0000.14
HSL277.81º99.1%43.33%-
HSV(B)277.81º99.55%86.27%-
XYZ23.5810.6868.53-
YUV67.23214.22179.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.61%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 220 (86.33% from 255) = 61.11%
R=38.61%
G=0.28%
B=61.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal13912200.371.0000.14277.8199.143.33
Hex8B1DC25640E116632b
Octal21313344514401642614353
Binary100010111110111001001011100100011101000101101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B01DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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