#924BAD

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

Shades of Deep Lilac #924BAD

Tints of Deep Lilac #924BAD

Color information

#924BAD (or 0x924BAD) is unknown color: approx Deep Lilac. HEX triplet: 92, 4B and AD. RGB value is (146,75,173). Sum of RGB (Red+Green+Blue) = 146+75+173=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #924BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #924BAD is #6DB452. Grayscale: #6B6B6B. Windows color (decimal): -7189587 or 11357074. OLE color: 11357074.

HSL color Cylindrical-coordinate representation of color #924BAD: hue angle of 283.47º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #924BAD is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14675173-
CMYK0.160.5700.32
HSL283.47º39.52%48.63%-
HSV(B)283.47º56.65%67.84%-
XYZ21.9114.1641.11-
YUV107.4165.02155.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.06%
GREEN value IS 75 (29.69% from 255) = 19.04%
BLUE value IS 173 (67.97% from 255) = 43.91%
R=37.06%
G=19.04%
B=43.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146751730.160.5700.32283.4739.5248.63
Hex924BAD103902011b2831
Octal22211325520710404335061
Binary10010010100101110101101100001110010100000100011011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924BAD; }

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

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

<style>
 a { background-color: #924BAD; }

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

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

<style>
 span { border-color: #924BAD; }

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

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