#9745BF

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

Shades of Deep Lilac #9745BF

Tints of Deep Lilac #9745BF

Color information

#9745BF (or 0x9745BF) is unknown color: approx Deep Lilac. HEX triplet: 97, 45 and BF. RGB value is (151,69,191). Sum of RGB (Red+Green+Blue) = 151+69+191=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #9745BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9745BF is #68BA40. Grayscale: #6B6B6B. Windows color (decimal): -6863425 or 12535191. OLE color: 12535191.

HSL color Cylindrical-coordinate representation of color #9745BF: hue angle of 280.33º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9745BF is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15169191-
CMYK0.210.6400.25
HSL280.33º48.8%50.98%-
HSV(B)280.33º63.87%74.9%-
XYZ24.2914.650.83-
YUV107.43175.17159.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.74%
GREEN value IS 69 (27.34% from 255) = 16.79%
BLUE value IS 191 (75% from 255) = 46.47%
R=36.74%
G=16.79%
B=46.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151691910.210.6400.25280.3348.850.98
Hex9745BF15400191183133
Octal227105277251000314306163
Binary10010111100010110111111101011000000011001100011000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9745BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9745BF; }

 p { color: rgb(151,69,191); }

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

<style>
 a { background-color: #9745BF; }

 a { background-color: rgb(151,69,191); }

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

<style>
 span { border-color: #9745BF; }

 span { border-color: rgb(151,69,191); }

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