#9F529E

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

Shades of Violet Blue #9F529E

Tints of Violet Blue #9F529E

Color information

#9F529E (or 0x9F529E) is unknown color: approx Violet Blue. HEX triplet: 9F, 52 and 9E. RGB value is (159,82,158). Sum of RGB (Red+Green+Blue) = 159+82+158=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F529E is #60AD61. Grayscale: #717171. Windows color (decimal): -6335842 or 10375839. OLE color: 10375839.

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

Color convert

RGB15982158-
CMYK00.480.010.38
HSL300.78º31.95%47.25%-
HSV(B)300.78º48.43%62.35%-
XYZ23.4915.8734.17-
YUV113.69153.01160.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.85%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 158 (62.11% from 255) = 39.60%
R=39.85%
G=20.55%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598215800.480.010.38300.7831.9547.25
Hex9F529E03012612d202f
Octal2371222360601464554057
Binary1001111110100101001111001100001100110100101101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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