#8F1968

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

Shades of Dark Purple #8F1968

Tints of Dark Purple #8F1968

Color information

#8F1968 (or 0x8F1968) is unknown color: approx Dark Purple. HEX triplet: 8F, 19 and 68. RGB value is (143,25,104). Sum of RGB (Red+Green+Blue) = 143+25+104=272 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.57% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1968 is #70E697. Grayscale: #454545. Windows color (decimal): -7399064 or 6822287. OLE color: 6822287.

HSL color Cylindrical-coordinate representation of color #8F1968: hue angle of 319.83º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F1968 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB14325104-
CMYK00.830.270.44
HSL319.83º70.24%32.94%-
HSV(B)319.83º82.52%56.08%-
XYZ14.177.5313.8-
YUV69.29147.59180.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.57%
GREEN value IS 25 (10.16% from 255) = 9.19%
BLUE value IS 104 (41.02% from 255) = 38.24%
R=52.57%
G=9.19%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1432510400.830.270.44319.8370.2432.94
Hex8F19680531B2C1404621
Octal217311500123335450010641
Binary1000111111001110100001010011110111011001010000001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,25,104); }

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

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

 a { background-color: rgb(143,25,104); }

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

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

 span { border-color: rgb(143,25,104); }

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