#8F5592

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

Shades of Violet Blue #8F5592

Tints of Violet Blue #8F5592

Color information

#8F5592 (or 0x8F5592) is unknown color: approx Violet Blue. HEX triplet: 8F, 55 and 92. RGB value is (143,85,146). Sum of RGB (Red+Green+Blue) = 143+85+146=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F5592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5592 is #70AA6D. Grayscale: #6D6D6D. Windows color (decimal): -7383662 or 9590159. OLE color: 9590159.

HSL color Cylindrical-coordinate representation of color #8F5592: hue angle of 297.05º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F5592 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14385146-
CMYK0.020.4200.43
HSL297.05º26.41%45.29%-
HSV(B)297.05º41.78%57.25%-
XYZ19.7614.4128.93-
YUV109.3148.72152.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.24%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 146 (57.42% from 255) = 39.04%
R=38.24%
G=22.73%
B=39.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal143851460.020.4200.43297.0526.4145.29
Hex8F559222A02B1291a2d
Octal2171252222520534513255
Binary1000111110101011001001010101010010101110010100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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