#9741BD

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

Shades of Deep Lilac #9741BD

Tints of Deep Lilac #9741BD

Color information

#9741BD (or 0x9741BD) is unknown color: approx Deep Lilac. HEX triplet: 97, 41 and BD. RGB value is (151,65,189). Sum of RGB (Red+Green+Blue) = 151+65+189=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #9741BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9741BD is #68BE42. Grayscale: #686868. Windows color (decimal): -6864451 or 12403095. OLE color: 12403095.

HSL color Cylindrical-coordinate representation of color #9741BD: hue angle of 281.61º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9741BD is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15165189-
CMYK0.200.6600.26
HSL281.61º48.82%49.8%-
HSV(B)281.61º65.61%74.12%-
XYZ23.8414.0349.6-
YUV104.85175.49160.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.28%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 189 (74.22% from 255) = 46.67%
R=37.28%
G=16.05%
B=46.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151651890.200.6600.26281.6148.8249.8
Hex9741BD144201A11a3132
Octal227101275241020324326162
Binary10010111100000110111101101001000010011010100011010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9741BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9741BD; }

 p { color: rgb(151,65,189); }

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

<style>
 a { background-color: #9741BD; }

 a { background-color: rgb(151,65,189); }

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

<style>
 span { border-color: #9741BD; }

 span { border-color: rgb(151,65,189); }

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