#9758B1

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

Shades of Deep Lilac #9758B1

Tints of Deep Lilac #9758B1

Color information

#9758B1 (or 0x9758B1) is unknown color: approx Deep Lilac. HEX triplet: 97, 58 and B1. RGB value is (151,88,177). Sum of RGB (Red+Green+Blue) = 151+88+177=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 177 - color contains mainly: blue. Hex color #9758B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9758B1 is #68A74E. Grayscale: #747474. Windows color (decimal): -6858575 or 11622551. OLE color: 11622551.

HSL color Cylindrical-coordinate representation of color #9758B1: hue angle of 282.47º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9758B1 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15188177-
CMYK0.150.5000.31
HSL282.47º36.33%51.96%-
HSV(B)282.47º50.28%69.41%-
XYZ24.1916.7343.55-
YUV116.98161.87152.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.30%
GREEN value IS 88 (34.77% from 255) = 21.15%
BLUE value IS 177 (69.53% from 255) = 42.55%
R=36.30%
G=21.15%
B=42.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151881770.150.5000.31282.4736.3351.96
Hex9758B1F3201F11a2434
Octal22713026117620374324464
Binary100101111011000101100011111110010011111100011010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9758B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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