#8F5593

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

Shades of Violet Blue #8F5593

Tints of Violet Blue #8F5593

Color information

#8F5593 (or 0x8F5593) is unknown color: approx Violet Blue. HEX triplet: 8F, 55 and 93. RGB value is (143,85,147). Sum of RGB (Red+Green+Blue) = 143+85+147=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F5593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5593 is #70AA6C. Grayscale: #6D6D6D. Windows color (decimal): -7383661 or 9655695. OLE color: 9655695.

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

Color convert

RGB14385147-
CMYK0.030.4200.42
HSL296.13º26.72%45.49%-
HSV(B)296.13º42.18%57.65%-
XYZ19.8414.4429.35-
YUV109.41149.22151.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.13%
GREEN value IS 85 (33.59% from 255) = 22.67%
BLUE value IS 147 (57.81% from 255) = 39.2%
R=38.13%
G=22.67%
B=39.2%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143851470.030.4200.42296.1326.7245.49
Hex8F559332A02A1281b2d
Octal2171252233520524503355
Binary1000111110101011001001111101010010101010010100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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