#8D15BA

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

Shades of Dark Violet #8D15BA

Tints of Dark Violet #8D15BA

Color information

#8D15BA (or 0x8D15BA) is unknown color: approx Dark Violet. HEX triplet: 8D, 15 and BA. RGB value is (141,21,186). Sum of RGB (Red+Green+Blue) = 141+21+186=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D15BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D15BA is #72EA45. Grayscale: #4B4B4B. Windows color (decimal): -7531078 or 12195213. OLE color: 12195213.

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

Color convert

RGB14121186-
CMYK0.240.8900.27
HSL283.64º79.71%40.59%-
HSV(B)283.64º88.71%72.94%-
XYZ20.129.7447.27-
YUV75.69190.26174.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.52%
GREEN value IS 21 (8.59% from 255) = 6.03%
BLUE value IS 186 (73.05% from 255) = 53.45%
R=40.52%
G=6.03%
B=53.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141211860.240.8900.27283.6479.7140.59
Hex8D15BA185901B11c5029
Octal215252723013103343412051
Binary1000110110101101110101100010110010110111000111001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D15BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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