#8F06FB

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

Shades of Dark Violet #8F06FB

Tints of Dark Violet #8F06FB

Color information

#8F06FB (or 0x8F06FB) is unknown color: approx Dark Violet. HEX triplet: 8F, 06 and FB. RGB value is (143,6,251). Sum of RGB (Red+Green+Blue) = 143+6+251=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F06FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F06FB is #70F904. Grayscale: #4A4A4A. Windows color (decimal): -7403781 or 16451215. OLE color: 16451215.

HSL color Cylindrical-coordinate representation of color #8F06FB: hue angle of 273.55º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F06FB is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1436251-
CMYK0.430.9800.02
HSL273.55º96.84%50.39%-
HSV(B)273.55º97.61%98.43%-
XYZ28.8112.9392.25-
YUV74.89227.39176.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.75%
GREEN value IS 6 (2.73% from 255) = 1.5%
BLUE value IS 251 (98.44% from 255) = 62.75%
R=35.75%
G=1.5%
B=62.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal14362510.430.9800.02273.5596.8450.39
Hex8F6FB2B62021126132
Octal2176373531420242214162
Binary100011111101111101110101111000100101000100101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F06FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,6,251); }

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

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

 a { background-color: rgb(143,6,251); }

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

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

 span { border-color: rgb(143,6,251); }

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