#9f5fac

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

Shades of Violet Blue #9F5FAC

Tints of Violet Blue #9F5FAC

Color information

#9F5FAC (or 0x9F5FAC) is unknown color: approx Violet Blue. HEX triplet: 9F, 5F and AC. RGB value is (159,95,172). Sum of RGB (Red+Green+Blue) = 159+95+172=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F5FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5FAC is #60A053. Grayscale: #7A7A7A. Windows color (decimal): -6332500 or 11296671. OLE color: 11296671.

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

Color convert

RGB15995172-
CMYK0.080.4500.33
HSL289.87º31.69%52.35%-
HSV(B)289.87º44.77%67.45%-
XYZ25.8418.5341.25-
YUV122.91155.7153.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.32%
GREEN value IS 95 (37.5% from 255) = 22.30%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=37.32%
G=22.30%
B=40.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159951720.080.4500.33289.8731.6952.35
Hex9F5FAC82D0211222034
Octal23713725410550414424064
Binary1001111110111111010110010001011010100001100100010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f5fac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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