#8B15BD

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

Shades of Dark Violet #8B15BD

Tints of Dark Violet #8B15BD

Color information

#8B15BD (or 0x8B15BD) is unknown color: approx Dark Violet. HEX triplet: 8B, 15 and BD. RGB value is (139,21,189). Sum of RGB (Red+Green+Blue) = 139+21+189=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B15BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B15BD is #74EA42. Grayscale: #4A4A4A. Windows color (decimal): -7662147 or 12391819. OLE color: 12391819.

HSL color Cylindrical-coordinate representation of color #8B15BD: hue angle of 282.14º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B15BD is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13921189-
CMYK0.260.8900.26
HSL282.14º80%41.18%-
HSV(B)282.14º88.89%74.12%-
XYZ20.19.748.96-
YUV75.43192.09173.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.83%
GREEN value IS 21 (8.59% from 255) = 6.02%
BLUE value IS 189 (74.22% from 255) = 54.15%
R=39.83%
G=6.02%
B=54.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal139211890.260.8900.26282.148041.18
Hex8B15BD1A5901A11a5029
Octal213252753213103243212051
Binary1000101110101101111011101010110010110101000110101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B15BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,21,189); }

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

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

 a { background-color: rgb(139,21,189); }

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

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

 span { border-color: rgb(139,21,189); }

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