#9F47A3

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

Shades of Violet Blue #9F47A3

Tints of Violet Blue #9F47A3

Color information

#9F47A3 (or 0x9F47A3) is unknown color: approx Violet Blue. HEX triplet: 9F, 47 and A3. RGB value is (159,71,163). Sum of RGB (Red+Green+Blue) = 159+71+163=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 163 - color contains mainly: blue. Hex color #9F47A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F47A3 is #60B85C. Grayscale: #6B6B6B. Windows color (decimal): -6338653 or 10700703. OLE color: 10700703.

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

Color convert

RGB15971163-
CMYK0.020.5600.36
HSL297.39º39.32%45.88%-
HSV(B)297.39º56.44%63.92%-
XYZ23.1614.5236.23-
YUV107.8159.15164.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.46%
GREEN value IS 71 (28.12% from 255) = 18.07%
BLUE value IS 163 (64.06% from 255) = 41.48%
R=40.46%
G=18.07%
B=41.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159711630.020.5600.36297.3939.3245.88
Hex9F47A3238024129272e
Octal2371072432700444514756
Binary10011111100011110100011101110000100100100101001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F47A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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