#9241AB

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

Shades of Deep Lilac #9241AB

Tints of Deep Lilac #9241AB

Color information

#9241AB (or 0x9241AB) is unknown color: approx Deep Lilac. HEX triplet: 92, 41 and AB. RGB value is (146,65,171). Sum of RGB (Red+Green+Blue) = 146+65+171=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #9241AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9241AB is #6DBE54. Grayscale: #646464. Windows color (decimal): -7192149 or 11223442. OLE color: 11223442.

HSL color Cylindrical-coordinate representation of color #9241AB: hue angle of 285.85º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9241AB is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14665171-
CMYK0.150.6200.33
HSL285.85º44.92%46.27%-
HSV(B)285.85º61.99%67.06%-
XYZ21.112.8339.89-
YUV101.3167.34159.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.22%
GREEN value IS 65 (25.78% from 255) = 17.02%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=38.22%
G=17.02%
B=44.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146651710.150.6200.33285.8544.9246.27
Hex9241ABF3E02111e2d2e
Octal22210125317760414365556
Binary1001001010000011010101111111111100100001100011110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9241AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9241AB; }

 p { color: rgb(146,65,171); }

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

<style>
 a { background-color: #9241AB; }

 a { background-color: rgb(146,65,171); }

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

<style>
 span { border-color: #9241AB; }

 span { border-color: rgb(146,65,171); }

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