#9A51B7

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

Shades of Deep Lilac #9A51B7

Tints of Deep Lilac #9A51B7

Color information

#9A51B7 (or 0x9A51B7) is unknown color: approx Deep Lilac. HEX triplet: 9A, 51 and B7. RGB value is (154,81,183). Sum of RGB (Red+Green+Blue) = 154+81+183=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 183 (71.88% from 255 or 43.78% from 418); Max value from RGB is 183 - color contains mainly: blue. Hex color #9A51B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A51B7 is #65AE48. Grayscale: #727272. Windows color (decimal): -6663753 or 12013978. OLE color: 12013978.

HSL color Cylindrical-coordinate representation of color #9A51B7: hue angle of 282.94º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A51B7 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15481183-
CMYK0.160.5600.28
HSL282.94º41.46%51.76%-
HSV(B)282.94º55.74%71.76%-
XYZ24.8216.1746.61-
YUV114.45166.68156.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.84%
GREEN value IS 81 (32.03% from 255) = 19.38%
BLUE value IS 183 (71.88% from 255) = 43.78%
R=36.84%
G=19.38%
B=43.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal154811830.160.5600.28282.9441.4651.76
Hex9A51B7103801C11b2934
Octal23212126720700344335164
Binary1001101010100011011011110000111000011100100011011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A51B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A51B7; }

 p { color: rgb(154,81,183); }

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

<style>
 a { background-color: #9A51B7; }

 a { background-color: rgb(154,81,183); }

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

<style>
 span { border-color: #9A51B7; }

 span { border-color: rgb(154,81,183); }

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