#9F47A4

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

Shades of Violet Blue #9F47A4

Tints of Violet Blue #9F47A4

Color information

#9F47A4 (or 0x9F47A4) is unknown color: approx Violet Blue. HEX triplet: 9F, 47 and A4. RGB value is (159,71,164). Sum of RGB (Red+Green+Blue) = 159+71+164=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 164 (64.45% from 255 or 41.62% from 394); Max value from RGB is 164 - color contains mainly: blue. Hex color #9F47A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F47A4 is #60B85B. Grayscale: #6B6B6B. Windows color (decimal): -6338652 or 10766239. OLE color: 10766239.

HSL color Cylindrical-coordinate representation of color #9F47A4: hue angle of 296.77º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F47A4 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15971164-
CMYK0.030.5700.36
HSL296.77º39.57%46.08%-
HSV(B)296.77º56.71%64.31%-
XYZ23.2514.5636.71-
YUV107.91159.65164.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.36%
GREEN value IS 71 (28.12% from 255) = 18.02%
BLUE value IS 164 (64.45% from 255) = 41.62%
R=40.36%
G=18.02%
B=41.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159711640.030.5700.36296.7739.5746.08
Hex9F47A4339024129282e
Octal2371072443710444515056
Binary10011111100011110100100111110010100100100101001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F47A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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