#9746BA

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

Shades of Deep Lilac #9746BA

Tints of Deep Lilac #9746BA

Color information

#9746BA (or 0x9746BA) is unknown color: approx Deep Lilac. HEX triplet: 97, 46 and BA. RGB value is (151,70,186). Sum of RGB (Red+Green+Blue) = 151+70+186=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #9746BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9746BA is #68B945. Grayscale: #6B6B6B. Windows color (decimal): -6863174 or 12207767. OLE color: 12207767.

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

Color convert

RGB15170186-
CMYK0.190.6200.27
HSL281.9º45.67%50.2%-
HSV(B)281.9º62.37%72.94%-
XYZ23.8214.548-
YUV107.44172.34159.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.10%
GREEN value IS 70 (27.73% from 255) = 17.20%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=37.10%
G=17.20%
B=45.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151701860.190.6200.27281.945.6750.2
Hex9746BA133E01B11a2e32
Octal22710627223760334325662
Binary1001011110001101011101010011111110011011100011010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9746BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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