#9A51BE

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

Shades of Deep Lilac #9A51BE

Tints of Deep Lilac #9A51BE

Color information

#9A51BE (or 0x9A51BE) is unknown color: approx Deep Lilac. HEX triplet: 9A, 51 and BE. RGB value is (154,81,190). Sum of RGB (Red+Green+Blue) = 154+81+190=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A51BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A51BE is #65AE41. Grayscale: #727272. Windows color (decimal): -6663746 or 12472730. OLE color: 12472730.

HSL color Cylindrical-coordinate representation of color #9A51BE: hue angle of 280.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A51BE is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15481190-
CMYK0.190.5700.25
HSL280.18º45.61%53.14%-
HSV(B)280.18º57.37%74.51%-
XYZ25.5616.4750.55-
YUV115.25170.18155.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.24%
GREEN value IS 81 (32.03% from 255) = 19.06%
BLUE value IS 190 (74.61% from 255) = 44.71%
R=36.24%
G=19.06%
B=44.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154811900.190.5700.25280.1845.6153.14
Hex9A51BE13390191182e35
Octal23212127623710314305665
Binary1001101010100011011111010011111001011001100011000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A51BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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