#9F4AAA

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

Shades of Violet Blue #9F4AAA

Tints of Violet Blue #9F4AAA

Color information

#9F4AAA (or 0x9F4AAA) is unknown color: approx Violet Blue. HEX triplet: 9F, 4A and AA. RGB value is (159,74,170). Sum of RGB (Red+Green+Blue) = 159+74+170=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F4AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4AAA is #60B555. Grayscale: #6E6E6E. Windows color (decimal): -6337878 or 11160223. OLE color: 11160223.

HSL color Cylindrical-coordinate representation of color #9F4AAA: hue angle of 293.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F4AAA is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15974170-
CMYK0.060.5600.33
HSL293.12º39.34%47.84%-
HSV(B)293.12º56.47%66.67%-
XYZ2415.1739.69-
YUV110.36161.66162.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.45%
GREEN value IS 74 (29.30% from 255) = 18.36%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=39.45%
G=18.36%
B=42.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159741700.060.5600.33293.1239.3447.84
Hex9F4AAA6380211252730
Octal2371122526700414454760
Binary100111111001010101010101101110000100001100100101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,74,170); }

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

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

 a { background-color: rgb(159,74,170); }

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

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

 span { border-color: rgb(159,74,170); }

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