#8F0BC0

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

Shades of Dark Violet #8F0BC0

Tints of Dark Violet #8F0BC0

Color information

#8F0BC0 (or 0x8F0BC0) is unknown color: approx Dark Violet. HEX triplet: 8F, 0B and C0. RGB value is (143,11,192). Sum of RGB (Red+Green+Blue) = 143+11+192=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 192 (75.39% from 255 or 55.49% from 346); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F0BC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0BC0 is #70F43F. Grayscale: #464646. Windows color (decimal): -7402560 or 12585871. OLE color: 12585871.

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

Color convert

RGB14311192-
CMYK0.260.9400.25
HSL283.76º89.16%39.8%-
HSV(B)283.76º94.27%75.29%-
XYZ20.969.8850.67-
YUV71.1196.23179.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.33%
GREEN value IS 11 (4.69% from 255) = 3.18%
BLUE value IS 192 (75.39% from 255) = 55.49%
R=41.33%
G=3.18%
B=55.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143111920.260.9400.25283.7689.1639.8
Hex8FBC01A5E01911c5928
Octal217133003213603143413150
Binary100011111011110000001101010111100110011000111001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,11,192); }

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

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

 a { background-color: rgb(143,11,192); }

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

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

 span { border-color: rgb(143,11,192); }

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