#9742BA

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

Shades of Deep Lilac #9742BA

Tints of Deep Lilac #9742BA

Color information

#9742BA (or 0x9742BA) is unknown color: approx Deep Lilac. HEX triplet: 97, 42 and BA. RGB value is (151,66,186). Sum of RGB (Red+Green+Blue) = 151+66+186=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #9742BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9742BA is #68BD45. Grayscale: #686868. Windows color (decimal): -6864198 or 12206743. OLE color: 12206743.

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

Color convert

RGB15166186-
CMYK0.190.6500.27
HSL282.5º47.62%49.41%-
HSV(B)282.5º64.52%72.94%-
XYZ23.5714.0247.92-
YUV105.1173.66160.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.47%
GREEN value IS 66 (26.17% from 255) = 16.38%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=37.47%
G=16.38%
B=46.15%

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
Decimal151661860.190.6500.27282.547.6249.41
Hex9742BA134101B11a3031
Octal227102272231010334326061
Binary10010111100001010111010100111000001011011100011010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9742BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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