#9F5FAA

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

Shades of Violet Blue #9F5FAA

Tints of Violet Blue #9F5FAA

Color information

#9F5FAA (or 0x9F5FAA) is unknown color: approx Violet Blue. HEX triplet: 9F, 5F and AA. RGB value is (159,95,170). Sum of RGB (Red+Green+Blue) = 159+95+170=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F5FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5FAA is #60A055. Grayscale: #7A7A7A. Windows color (decimal): -6332502 or 11165599. OLE color: 11165599.

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

Color convert

RGB15995170-
CMYK0.060.4400.33
HSL291.2º30.61%51.96%-
HSV(B)291.2º44.12%66.67%-
XYZ25.6518.4640.24-
YUV122.69154.7153.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.5%
GREEN value IS 95 (37.5% from 255) = 22.41%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=37.5%
G=22.41%
B=40.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159951700.060.4400.33291.230.6151.96
Hex9F5FAA62C0211231f34
Octal2371372526540414433764
Binary10011111101111110101010110101100010000110010001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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