#8F14BA

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

Shades of Dark Violet #8F14BA

Tints of Dark Violet #8F14BA

Color information

#8F14BA (or 0x8F14BA) is unknown color: approx Dark Violet. HEX triplet: 8F, 14 and BA. RGB value is (143,20,186). Sum of RGB (Red+Green+Blue) = 143+20+186=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F14BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F14BA is #70EB45. Grayscale: #4B4B4B. Windows color (decimal): -7400262 or 12194959. OLE color: 12194959.

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

Color convert

RGB14320186-
CMYK0.230.8900.27
HSL284.46º80.58%40.39%-
HSV(B)284.46º89.25%72.94%-
XYZ20.449.8947.29-
YUV75.7190.25176-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.97%
GREEN value IS 20 (8.20% from 255) = 5.73%
BLUE value IS 186 (73.05% from 255) = 53.30%
R=40.97%
G=5.73%
B=53.30%

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
Decimal143201860.230.8900.27284.4680.5840.39
Hex8F14BA175901B11c5128
Octal217242722713103343412150
Binary1000111110100101110101011110110010110111000111001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F14BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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