#8D15BF

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

Shades of Dark Violet #8D15BF

Tints of Dark Violet #8D15BF

Color information

#8D15BF (or 0x8D15BF) is unknown color: approx Dark Violet. HEX triplet: 8D, 15 and BF. RGB value is (141,21,191). Sum of RGB (Red+Green+Blue) = 141+21+191=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D15BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D15BF is #72EA40. Grayscale: #4B4B4B. Windows color (decimal): -7531073 or 12522893. OLE color: 12522893.

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

Color convert

RGB14121191-
CMYK0.260.8900.25
HSL282.35º80.19%41.57%-
HSV(B)282.35º89.01%74.9%-
XYZ20.669.9650.12-
YUV76.26192.76174.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.94%
GREEN value IS 21 (8.59% from 255) = 5.95%
BLUE value IS 191 (75% from 255) = 54.11%
R=39.94%
G=5.95%
B=54.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141211910.260.8900.25282.3580.1941.57
Hex8D15BF1A5901911a502a
Octal215252773213103143212052
Binary1000110110101101111111101010110010110011000110101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D15BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,21,191); }

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

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

 a { background-color: rgb(141,21,191); }

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

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

 span { border-color: rgb(141,21,191); }

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