#9F539C

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

Shades of Violet Blue #9F539C

Tints of Violet Blue #9F539C

Color information

#9F539C (or 0x9F539C) is unknown color: approx Violet Blue. HEX triplet: 9F, 53 and 9C. RGB value is (159,83,156). Sum of RGB (Red+Green+Blue) = 159+83+156=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F539C is #60AC63. Grayscale: #717171. Windows color (decimal): -6335588 or 10245023. OLE color: 10245023.

HSL color Cylindrical-coordinate representation of color #9F539C: hue angle of 302.37º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F539C is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB15983156-
CMYK00.480.020.38
HSL302.37º31.4%47.45%-
HSV(B)302.37º47.8%62.35%-
XYZ23.3915.9633.3-
YUV114.05151.68160.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.95%
GREEN value IS 83 (32.81% from 255) = 20.85%
BLUE value IS 156 (61.33% from 255) = 39.20%
R=39.95%
G=20.85%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598315600.480.020.38302.3731.447.45
Hex9F539C03022612e1f2f
Octal2371232340602464563757
Binary1001111110100111001110001100001010011010010111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,83,156); }

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

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

 a { background-color: rgb(159,83,156); }

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

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

 span { border-color: rgb(159,83,156); }

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