#9755CA

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

Shades of Deep Lilac #9755CA

Tints of Deep Lilac #9755CA

Color information

#9755CA (or 0x9755CA) is unknown color: approx Deep Lilac. HEX triplet: 97, 55 and CA. RGB value is (151,85,202). Sum of RGB (Red+Green+Blue) = 151+85+202=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #9755CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9755CA is #68AA35. Grayscale: #757575. Windows color (decimal): -6859318 or 13260183. OLE color: 13260183.

HSL color Cylindrical-coordinate representation of color #9755CA: hue angle of 273.85º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9755CA is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15185202-
CMYK0.250.5800.21
HSL273.85º52.47%56.27%-
HSV(B)273.85º57.92%79.22%-
XYZ26.6717.3457.82-
YUV118.07175.37151.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.47%
GREEN value IS 85 (33.59% from 255) = 19.41%
BLUE value IS 202 (79.30% from 255) = 46.12%
R=34.47%
G=19.41%
B=46.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal151852020.250.5800.21273.8552.4756.27
Hex9755CA193A0151123438
Octal22712531231720254226470
Binary1001011110101011100101011001111010010101100010010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9755CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9755CA; }

 p { color: rgb(151,85,202); }

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

<style>
 a { background-color: #9755CA; }

 a { background-color: rgb(151,85,202); }

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

<style>
 span { border-color: #9755CA; }

 span { border-color: rgb(151,85,202); }

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