#8F14BE

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

Shades of Dark Violet #8F14BE

Tints of Dark Violet #8F14BE

Color information

#8F14BE (or 0x8F14BE) is unknown color: approx Dark Violet. HEX triplet: 8F, 14 and BE. RGB value is (143,20,190). Sum of RGB (Red+Green+Blue) = 143+20+190=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F14BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F14BE is #70EB41. Grayscale: #4B4B4B. Windows color (decimal): -7400258 or 12457103. OLE color: 12457103.

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

Color convert

RGB14320190-
CMYK0.250.8900.25
HSL283.41º80.95%41.18%-
HSV(B)283.41º89.47%74.51%-
XYZ20.8710.0649.56-
YUV76.16192.25175.68-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.51%
GREEN value IS 20 (8.20% from 255) = 5.67%
BLUE value IS 190 (74.61% from 255) = 53.82%
R=40.51%
G=5.67%
B=53.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143201900.250.8900.25283.4180.9541.18
Hex8F14BE195901911b5129
Octal217242763113103143312151
Binary1000111110100101111101100110110010110011000110111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F14BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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