#8F15BA

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

Shades of Dark Violet #8F15BA

Tints of Dark Violet #8F15BA

Color information

#8F15BA (or 0x8F15BA) is unknown color: approx Dark Violet. HEX triplet: 8F, 15 and BA. RGB value is (143,21,186). Sum of RGB (Red+Green+Blue) = 143+21+186=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F15BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F15BA is #70EA45. Grayscale: #4B4B4B. Windows color (decimal): -7400006 or 12195215. OLE color: 12195215.

HSL color Cylindrical-coordinate representation of color #8F15BA: hue angle of 284.36º 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 #8F15BA is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14321186-
CMYK0.230.8900.27
HSL284.36º79.71%40.59%-
HSV(B)284.36º88.71%72.94%-
XYZ20.469.9247.29-
YUV76.29189.92175.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.86%
GREEN value IS 21 (8.59% from 255) = 6%
BLUE value IS 186 (73.05% from 255) = 53.14%
R=40.86%
G=6%
B=53.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal143211860.230.8900.27284.3679.7140.59
Hex8F15BA175901B11c5029
Octal217252722713103343412051
Binary1000111110101101110101011110110010110111000111001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F15BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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