#9761BF

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

Shades of Deep Lilac #9761BF

Tints of Deep Lilac #9761BF

Color information

#9761BF (or 0x9761BF) is unknown color: approx Deep Lilac. HEX triplet: 97, 61 and BF. RGB value is (151,97,191). Sum of RGB (Red+Green+Blue) = 151+97+191=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #9761BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9761BF is #689E40. Grayscale: #7B7B7B. Windows color (decimal): -6856257 or 12542359. OLE color: 12542359.

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

Color convert

RGB15197191-
CMYK0.210.4900.25
HSL274.47º42.34%56.47%-
HSV(B)274.47º49.21%74.9%-
XYZ26.4418.8951.54-
YUV123.86165.89147.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.40%
GREEN value IS 97 (38.28% from 255) = 22.10%
BLUE value IS 191 (75% from 255) = 43.51%
R=34.40%
G=22.10%
B=43.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151971910.210.4900.25274.4742.3456.47
Hex9761BF15310191122a38
Octal22714127725610314225270
Binary1001011111000011011111110101110001011001100010010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9761BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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