#9242AB

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

Shades of Deep Lilac #9242AB

Tints of Deep Lilac #9242AB

Color information

#9242AB (or 0x9242AB) is unknown color: approx Deep Lilac. HEX triplet: 92, 42 and AB. RGB value is (146,66,171). Sum of RGB (Red+Green+Blue) = 146+66+171=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #9242AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9242AB is #6DBD54. Grayscale: #656565. Windows color (decimal): -7191893 or 11223698. OLE color: 11223698.

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

Color convert

RGB14666171-
CMYK0.150.6100.33
HSL285.71º44.3%46.47%-
HSV(B)285.71º61.4%67.06%-
XYZ21.1512.9539.91-
YUV101.89167159.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.12%
GREEN value IS 66 (26.17% from 255) = 17.23%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=38.12%
G=17.23%
B=44.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146661710.150.6100.33285.7144.346.47
Hex9242ABF3D02111e2c2e
Octal22210225317750414365456
Binary1001001010000101010101111111111010100001100011110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9242AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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