#9A63BC

Color #9A63BC Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9A63BC

Tints of Deep Lilac #9A63BC

Color information

#9A63BC (or 0x9A63BC) is unknown color: approx Deep Lilac. HEX triplet: 9A, 63 and BC. RGB value is (154,99,188). Sum of RGB (Red+Green+Blue) = 154+99+188=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A63BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A63BC is #659C43. Grayscale: #7D7D7D. Windows color (decimal): -6659140 or 12346266. OLE color: 12346266.

HSL color Cylindrical-coordinate representation of color #9A63BC: hue angle of 277.08º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A63BC is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15499188-
CMYK0.180.4700.26
HSL277.08º39.91%56.27%-
HSV(B)277.08º47.34%73.73%-
XYZ26.8719.4249.91-
YUV125.59163.22148.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.92%
GREEN value IS 99 (39.06% from 255) = 22.45%
BLUE value IS 188 (73.83% from 255) = 42.63%
R=34.92%
G=22.45%
B=42.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal154991880.180.4700.26277.0839.9156.27
Hex9A63BC122F01A1152838
Octal23214327422570324255070
Binary1001101011000111011110010010101111011010100010101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A63BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,99,188); }

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

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

 a { background-color: rgb(154,99,188); }

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

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

 span { border-color: rgb(154,99,188); }

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