#8F5C93

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

Shades of Violet Blue #8F5C93

Tints of Violet Blue #8F5C93

Color information

#8F5C93 (or 0x8F5C93) is unknown color: approx Violet Blue. HEX triplet: 8F, 5C and 93. RGB value is (143,92,147). Sum of RGB (Red+Green+Blue) = 143+92+147=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F5C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5C93 is #70A36C. Grayscale: #717171. Windows color (decimal): -7381869 or 9657487. OLE color: 9657487.

HSL color Cylindrical-coordinate representation of color #8F5C93: hue angle of 295.64º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F5C93 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14392147-
CMYK0.030.3700.42
HSL295.64º23.01%46.86%-
HSV(B)295.64º37.41%57.65%-
XYZ20.4215.629.54-
YUV113.52146.9149.03-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.43%
GREEN value IS 92 (36.33% from 255) = 24.08%
BLUE value IS 147 (57.81% from 255) = 38.48%
R=37.43%
G=24.08%
B=38.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143921470.030.3700.42295.6423.0146.86
Hex8F5C9332502A128172f
Octal2171342233450524502757
Binary1000111110111001001001111100101010101010010100010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,92,147); }

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

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

 a { background-color: rgb(143,92,147); }

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

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

 span { border-color: rgb(143,92,147); }

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