#8F07AE

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

Shades of Dark Violet #8F07AE

Tints of Dark Violet #8F07AE

Color information

#8F07AE (or 0x8F07AE) is unknown color: approx Dark Violet. HEX triplet: 8F, 07 and AE. RGB value is (143,7,174). Sum of RGB (Red+Green+Blue) = 143+7+174=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F07AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F07AE is #70F851. Grayscale: #424242. Windows color (decimal): -7403602 or 11405199. OLE color: 11405199.

HSL color Cylindrical-coordinate representation of color #8F07AE: hue angle of 288.86º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F07AE is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1437174-
CMYK0.180.9600.32
HSL288.86º92.27%35.49%-
HSV(B)288.86º95.98%68.24%-
XYZ19.049.0540.79-
YUV66.7188.56182.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.14%
GREEN value IS 7 (3.12% from 255) = 2.16%
BLUE value IS 174 (68.36% from 255) = 53.70%
R=44.14%
G=2.16%
B=53.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14371740.180.9600.32288.8692.2735.49
Hex8F7AE12600201215c23
Octal21772562214004044113443
Binary100011111111010111010010110000001000001001000011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F07AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,7,174); }

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

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

 a { background-color: rgb(143,7,174); }

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

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

 span { border-color: rgb(143,7,174); }

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