#8F0CB7

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

Shades of Dark Violet #8F0CB7

Tints of Dark Violet #8F0CB7

Color information

#8F0CB7 (or 0x8F0CB7) is unknown color: approx Dark Violet. HEX triplet: 8F, 0C and B7. RGB value is (143,12,183). Sum of RGB (Red+Green+Blue) = 143+12+183=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 183 (71.88% from 255 or 54.14% from 338); Max value from RGB is 183 - color contains mainly: blue. Hex color #8F0CB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0CB7 is #70F348. Grayscale: #464646. Windows color (decimal): -7402313 or 11996303. OLE color: 11996303.

HSL color Cylindrical-coordinate representation of color #8F0CB7: hue angle of 285.96º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F0CB7 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14312183-
CMYK0.220.9300.28
HSL285.96º87.69%38.24%-
HSV(B)285.96º93.44%71.76%-
XYZ20.019.5245.58-
YUV70.66191.4179.6-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.31%
GREEN value IS 12 (5.08% from 255) = 3.55%
BLUE value IS 183 (71.88% from 255) = 54.14%
R=42.31%
G=3.55%
B=54.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal143121830.220.9300.28285.9687.6938.24
Hex8FCB7165D01C11e5826
Octal217142672613503443613046
Binary100011111100101101111011010111010111001000111101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,12,183); }

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

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

 a { background-color: rgb(143,12,183); }

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

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

 span { border-color: rgb(143,12,183); }

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