#8F5997

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

Shades of Violet Blue #8F5997

Tints of Violet Blue #8F5997

Color information

#8F5997 (or 0x8F5997) is unknown color: approx Violet Blue. HEX triplet: 8F, 59 and 97. RGB value is (143,89,151). Sum of RGB (Red+Green+Blue) = 143+89+151=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 151 - color contains mainly: blue. Hex color #8F5997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5997 is #70A668. Grayscale: #707070. Windows color (decimal): -7382633 or 9918863. OLE color: 9918863.

HSL color Cylindrical-coordinate representation of color #8F5997: hue angle of 292.26º 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 #8F5997 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14389151-
CMYK0.050.4100.41
HSL292.26º25.83%47.06%-
HSV(B)292.26º41.06%59.22%-
XYZ20.4915.2231.14-
YUV112.21149.89149.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.34%
GREEN value IS 89 (35.16% from 255) = 23.24%
BLUE value IS 151 (59.38% from 255) = 39.43%
R=37.34%
G=23.24%
B=39.43%

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
Decimal143891510.050.4100.41292.2625.8347.06
Hex8F59975290291241a2f
Octal2171312275510514443257
Binary10001111101100110010111101101001010100110010010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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