#9F72A4

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

Shades of Violet Blue #9F72A4

Tints of Violet Blue #9F72A4

Color information

#9F72A4 (or 0x9F72A4) is unknown color: approx Violet Blue. HEX triplet: 9F, 72 and A4. RGB value is (159,114,164). Sum of RGB (Red+Green+Blue) = 159+114+164=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 164 - color contains mainly: blue. Hex color #9F72A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F72A4 is #608D5B. Grayscale: #848484. Windows color (decimal): -6327644 or 10777247. OLE color: 10777247.

HSL color Cylindrical-coordinate representation of color #9F72A4: hue angle of 294º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F72A4 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB159114164-
CMYK0.030.3000.36
HSL294º21.55%54.51%-
HSV(B)294º30.49%64.31%-
XYZ27.0222.0937.96-
YUV133.16145.41146.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.38%
GREEN value IS 114 (44.92% from 255) = 26.09%
BLUE value IS 164 (64.45% from 255) = 37.53%
R=36.38%
G=26.09%
B=37.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591141640.030.3000.3629421.5554.51
Hex9F72A431E0241261637
Octal2371622443360444462667
Binary100111111110010101001001111110010010010010011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F72A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,114,164); }

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

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

 a { background-color: rgb(159,114,164); }

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

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

 span { border-color: rgb(159,114,164); }

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