#9758AE

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

Shades of Deep Lilac #9758AE

Tints of Deep Lilac #9758AE

Color information

#9758AE (or 0x9758AE) is unknown color: approx Deep Lilac. HEX triplet: 97, 58 and AE. RGB value is (151,88,174). Sum of RGB (Red+Green+Blue) = 151+88+174=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #9758AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9758AE is #68A751. Grayscale: #747474. Windows color (decimal): -6858578 or 11425943. OLE color: 11425943.

HSL color Cylindrical-coordinate representation of color #9758AE: hue angle of 283.95º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9758AE is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15188174-
CMYK0.130.4900.32
HSL283.95º34.68%51.37%-
HSV(B)283.95º49.43%68.24%-
XYZ23.8916.6141.99-
YUV116.64160.37152.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.56%
GREEN value IS 88 (34.77% from 255) = 21.31%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=36.56%
G=21.31%
B=42.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151881740.130.4900.32283.9534.6851.37
Hex9758AED3102011c2333
Octal22713025615610404344363
Binary1001011110110001010111011011100010100000100011100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9758AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9758AE; }

 p { color: rgb(151,88,174); }

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

<style>
 a { background-color: #9758AE; }

 a { background-color: rgb(151,88,174); }

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

<style>
 span { border-color: #9758AE; }

 span { border-color: rgb(151,88,174); }

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