#9239AD

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

Shades of Deep Lilac #9239AD

Tints of Deep Lilac #9239AD

Color information

#9239AD (or 0x9239AD) is unknown color: approx Deep Lilac. HEX triplet: 92, 39 and AD. RGB value is (146,57,173). Sum of RGB (Red+Green+Blue) = 146+57+173=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #9239AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9239AD is #6DC652. Grayscale: #606060. Windows color (decimal): -7194195 or 11352466. OLE color: 11352466.

HSL color Cylindrical-coordinate representation of color #9239AD: hue angle of 286.03º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9239AD is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14657173-
CMYK0.160.6700.32
HSL286.03º50.43%45.1%-
HSV(B)286.03º67.05%67.84%-
XYZ20.8612.0540.76-
YUV96.84170.99163.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.83%
GREEN value IS 57 (22.66% from 255) = 15.16%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=38.83%
G=15.16%
B=46.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146571730.160.6700.32286.0350.4345.1
Hex9239AD104302011e322d
Octal22271255201030404366255
Binary10010010111001101011011000010000110100000100011110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9239AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9239AD; }

 p { color: rgb(146,57,173); }

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

<style>
 a { background-color: #9239AD; }

 a { background-color: rgb(146,57,173); }

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

<style>
 span { border-color: #9239AD; }

 span { border-color: rgb(146,57,173); }

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