#9761BE

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

Shades of Deep Lilac #9761BE

Tints of Deep Lilac #9761BE

Color information

#9761BE (or 0x9761BE) is unknown color: approx Deep Lilac. HEX triplet: 97, 61 and BE. RGB value is (151,97,190). Sum of RGB (Red+Green+Blue) = 151+97+190=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #9761BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9761BE is #689E41. Grayscale: #7B7B7B. Windows color (decimal): -6856258 or 12476823. OLE color: 12476823.

HSL color Cylindrical-coordinate representation of color #9761BE: hue angle of 274.84º 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 #9761BE is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15197190-
CMYK0.210.4900.25
HSL274.84º41.7%56.27%-
HSV(B)274.84º48.95%74.51%-
XYZ26.3318.8550.97-
YUV123.75165.39147.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.47%
GREEN value IS 97 (38.28% from 255) = 22.15%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=34.47%
G=22.15%
B=43.38%

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
Decimal151971900.210.4900.25274.8441.756.27
Hex9761BE15310191132a38
Octal22714127625610314235270
Binary1001011111000011011111010101110001011001100010011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9761BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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