#9742BB

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

Shades of Deep Lilac #9742BB

Tints of Deep Lilac #9742BB

Color information

#9742BB (or 0x9742BB) is unknown color: approx Deep Lilac. HEX triplet: 97, 42 and BB. RGB value is (151,66,187). Sum of RGB (Red+Green+Blue) = 151+66+187=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #9742BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9742BB is #68BD44. Grayscale: #686868. Windows color (decimal): -6864197 or 12272279. OLE color: 12272279.

HSL color Cylindrical-coordinate representation of color #9742BB: hue angle of 282.15º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9742BB is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15166187-
CMYK0.190.6500.27
HSL282.15º47.83%49.61%-
HSV(B)282.15º64.71%73.33%-
XYZ23.6814.0648.48-
YUV105.21174.16160.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.38%
GREEN value IS 66 (26.17% from 255) = 16.34%
BLUE value IS 187 (73.44% from 255) = 46.29%
R=37.38%
G=16.34%
B=46.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151661870.190.6500.27282.1547.8349.61
Hex9742BB134101B11a3032
Octal227102273231010334326062
Binary10010111100001010111011100111000001011011100011010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9742BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9742BB; }

 p { color: rgb(151,66,187); }

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

<style>
 a { background-color: #9742BB; }

 a { background-color: rgb(151,66,187); }

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

<style>
 span { border-color: #9742BB; }

 span { border-color: rgb(151,66,187); }

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