#9F5C8E

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

Shades of Violet Blue #9F5C8E

Tints of Violet Blue #9F5C8E

Color information

#9F5C8E (or 0x9F5C8E) is unknown color: approx Violet Blue. HEX triplet: 9F, 5C and 8E. RGB value is (159,92,142). Sum of RGB (Red+Green+Blue) = 159+92+142=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5C8E is #60A371. Grayscale: #757575. Windows color (decimal): -6333298 or 9329823. OLE color: 9329823.

HSL color Cylindrical-coordinate representation of color #9F5C8E: hue angle of 315.22º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F5C8E is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB15992142-
CMYK00.420.110.38
HSL315.22º26.69%49.22%-
HSV(B)315.22º42.14%62.35%-
XYZ23.0116.9827.66-
YUV117.73141.7157.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.46%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=40.46%
G=23.41%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599214200.420.110.38315.2226.6949.22
Hex9F5C8E02AB2613b1b31
Octal23713421605213464733361
Binary100111111011100100011100101010101110011010011101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F5C8E; }

 p { color: rgb(159,92,142); }

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

<style>
 a { background-color: #9F5C8E; }

 a { background-color: rgb(159,92,142); }

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

<style>
 span { border-color: #9F5C8E; }

 span { border-color: rgb(159,92,142); }

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