#9F63AC

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

Shades of Violet Blue #9F63AC

Tints of Violet Blue #9F63AC

Color information

#9F63AC (or 0x9F63AC) is unknown color: approx Violet Blue. HEX triplet: 9F, 63 and AC. RGB value is (159,99,172). Sum of RGB (Red+Green+Blue) = 159+99+172=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F63AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F63AC is #609C53. Grayscale: #7D7D7D. Windows color (decimal): -6331476 or 11297695. OLE color: 11297695.

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

Color convert

RGB15999172-
CMYK0.080.4200.33
HSL289.32º30.54%53.14%-
HSV(B)289.32º42.44%67.45%-
XYZ26.2119.2741.37-
YUV125.26154.38152.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.98%
GREEN value IS 99 (39.06% from 255) = 23.02%
BLUE value IS 172 (67.58% from 255) = 40%
R=36.98%
G=23.02%
B=40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159991720.080.4200.33289.3230.5453.14
Hex9F63AC82A0211211f35
Octal23714325410520414413765
Binary100111111100011101011001000101010010000110010000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F63AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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