#8F5996

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

Shades of Violet Blue #8F5996

Tints of Violet Blue #8F5996

Color information

#8F5996 (or 0x8F5996) is unknown color: approx Violet Blue. HEX triplet: 8F, 59 and 96. RGB value is (143,89,150). Sum of RGB (Red+Green+Blue) = 143+89+150=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 150 - color contains mainly: blue. Hex color #8F5996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5996 is #70A669. Grayscale: #6F6F6F. Windows color (decimal): -7382634 or 9853327. OLE color: 9853327.

HSL color Cylindrical-coordinate representation of color #8F5996: hue angle of 293.11º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F5996 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14389150-
CMYK0.050.4100.41
HSL293.11º25.52%46.86%-
HSV(B)293.11º40.67%58.82%-
XYZ20.4115.1930.71-
YUV112.1149.39150.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.43%
GREEN value IS 89 (35.16% from 255) = 23.30%
BLUE value IS 150 (58.98% from 255) = 39.27%
R=37.43%
G=23.30%
B=39.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal143891500.050.4100.41293.1125.5246.86
Hex8F59965290291251a2f
Octal2171312265510514453257
Binary10001111101100110010110101101001010100110010010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,89,150); }

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

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

 a { background-color: rgb(143,89,150); }

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

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

 span { border-color: rgb(143,89,150); }

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