#9741A7

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

Shades of Deep Lilac #9741A7

Tints of Deep Lilac #9741A7

Color information

#9741A7 (or 0x9741A7) is unknown color: approx Deep Lilac. HEX triplet: 97, 41 and A7. RGB value is (151,65,167). Sum of RGB (Red+Green+Blue) = 151+65+167=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 167 (65.62% from 255 or 43.60% from 383); Max value from RGB is 167 - color contains mainly: blue. Hex color #9741A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9741A7 is #68BE58. Grayscale: #666666. Windows color (decimal): -6864473 or 10961303. OLE color: 10961303.

HSL color Cylindrical-coordinate representation of color #9741A7: hue angle of 290.59º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9741A7 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15165167-
CMYK0.100.6100.35
HSL290.59º43.97%45.49%-
HSV(B)290.59º61.08%65.49%-
XYZ21.6313.1537.96-
YUV102.34164.49162.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.43%
GREEN value IS 65 (25.78% from 255) = 16.97%
BLUE value IS 167 (65.62% from 255) = 43.60%
R=39.43%
G=16.97%
B=43.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151651670.100.6100.35290.5943.9745.49
Hex9741A7A3D0231232c2d
Octal22710124712750434435455
Binary1001011110000011010011110101111010100011100100011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9741A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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