#9F529C

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

Shades of Violet Blue #9F529C

Tints of Violet Blue #9F529C

Color information

#9F529C (or 0x9F529C) is unknown color: approx Violet Blue. HEX triplet: 9F, 52 and 9C. RGB value is (159,82,156). Sum of RGB (Red+Green+Blue) = 159+82+156=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F529C is #60AD63. Grayscale: #717171. Windows color (decimal): -6335844 or 10244767. OLE color: 10244767.

HSL color Cylindrical-coordinate representation of color #9F529C: hue angle of 302.34º degrees, saturation: 0.32, 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 #9F529C is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB15982156-
CMYK00.480.020.38
HSL302.34º31.95%47.25%-
HSV(B)302.34º48.43%62.35%-
XYZ23.3215.8133.27-
YUV113.46152.01160.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.05%
GREEN value IS 82 (32.42% from 255) = 20.65%
BLUE value IS 156 (61.33% from 255) = 39.29%
R=40.05%
G=20.65%
B=39.29%

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
Decimal1598215600.480.020.38302.3431.9547.25
Hex9F529C03022612e202f
Octal2371222340602464564057
Binary10011111101001010011100011000010100110100101110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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