#9f52ac

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

Shades of Violet Blue #9F52AC

Tints of Violet Blue #9F52AC

Color information

#9F52AC (or 0x9F52AC) is unknown color: approx Violet Blue. HEX triplet: 9F, 52 and AC. RGB value is (159,82,172). Sum of RGB (Red+Green+Blue) = 159+82+172=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F52AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F52AC is #60AD53. Grayscale: #727272. Windows color (decimal): -6335828 or 11293343. OLE color: 11293343.

HSL color Cylindrical-coordinate representation of color #9F52AC: hue angle of 291.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F52AC is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15982172-
CMYK0.080.5200.33
HSL291.33º35.43%49.8%-
HSV(B)291.33º52.33%67.45%-
XYZ24.7616.3840.89-
YUV115.28160.01159.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.50%
GREEN value IS 82 (32.42% from 255) = 19.85%
BLUE value IS 172 (67.58% from 255) = 41.65%
R=38.50%
G=19.85%
B=41.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159821720.080.5200.33291.3335.4349.8
Hex9F52AC8340211232332
Octal23712225410640414434362
Binary1001111110100101010110010001101000100001100100011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f52ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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