#9754BF

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

Shades of Deep Lilac #9754BF

Tints of Deep Lilac #9754BF

Color information

#9754BF (or 0x9754BF) is unknown color: approx Deep Lilac. HEX triplet: 97, 54 and BF. RGB value is (151,84,191). Sum of RGB (Red+Green+Blue) = 151+84+191=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #9754BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9754BF is #68AB40. Grayscale: #737373. Windows color (decimal): -6859585 or 12539031. OLE color: 12539031.

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

Color convert

RGB15184191-
CMYK0.210.5600.25
HSL277.57º45.53%53.92%-
HSV(B)277.57º56.02%74.9%-
XYZ25.3416.6851.17-
YUV116.23170.2152.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.45%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 191 (75% from 255) = 44.84%
R=35.45%
G=19.72%
B=44.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151841910.210.5600.25277.5745.5353.92
Hex9754BF15380191162e36
Octal22712427725700314265666
Binary1001011110101001011111110101111000011001100010110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9754BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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