#9350AB

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

Shades of Deep Lilac #9350AB

Tints of Deep Lilac #9350AB

Color information

#9350AB (or 0x9350AB) is unknown color: approx Deep Lilac. HEX triplet: 93, 50 and AB. RGB value is (147,80,171). Sum of RGB (Red+Green+Blue) = 147+80+171=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #9350AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9350AB is #6CAF54. Grayscale: #6E6E6E. Windows color (decimal): -7122773 or 11227283. OLE color: 11227283.

HSL color Cylindrical-coordinate representation of color #9350AB: hue angle of 284.18º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9350AB is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14780171-
CMYK0.140.5300.33
HSL284.18º36.25%49.22%-
HSV(B)284.18º53.22%67.06%-
XYZ22.2514.8840.23-
YUV110.41162.2154.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.93%
GREEN value IS 80 (31.64% from 255) = 20.10%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=36.93%
G=20.10%
B=42.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147801710.140.5300.33284.1836.2549.22
Hex9350ABE3502111c2431
Octal22312025316650414344461
Binary1001001110100001010101111101101010100001100011100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9350AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9350AB; }

 p { color: rgb(147,80,171); }

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

<style>
 a { background-color: #9350AB; }

 a { background-color: rgb(147,80,171); }

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

<style>
 span { border-color: #9350AB; }

 span { border-color: rgb(147,80,171); }

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