#9E63AC

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

Shades of Violet Blue #9E63AC

Tints of Violet Blue #9E63AC

Color information

#9E63AC (or 0x9E63AC) is unknown color: approx Violet Blue. HEX triplet: 9E, 63 and AC. RGB value is (158,99,172). Sum of RGB (Red+Green+Blue) = 158+99+172=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E63AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E63AC is #619C53. Grayscale: #7C7C7C. Windows color (decimal): -6397012 or 11297694. OLE color: 11297694.

HSL color Cylindrical-coordinate representation of color #9E63AC: hue angle of 288.49º 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 #9E63AC is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15899172-
CMYK0.080.4200.33
HSL288.49º30.54%53.14%-
HSV(B)288.49º42.44%67.45%-
XYZ26.0119.1741.36-
YUV124.96154.55151.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.83%
GREEN value IS 99 (39.06% from 255) = 23.08%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=36.83%
G=23.08%
B=40.09%

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
Decimal158991720.080.4200.33288.4930.5453.14
Hex9E63AC82A0211201f35
Octal23614325410520414403765
Binary100111101100011101011001000101010010000110010000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E63AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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