#924BAE

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

Shades of Deep Lilac #924BAE

Tints of Deep Lilac #924BAE

Color information

#924BAE (or 0x924BAE) is unknown color: approx Deep Lilac. HEX triplet: 92, 4B and AE. RGB value is (146,75,174). Sum of RGB (Red+Green+Blue) = 146+75+174=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #924BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #924BAE is #6DB451. Grayscale: #6B6B6B. Windows color (decimal): -7189586 or 11422610. OLE color: 11422610.

HSL color Cylindrical-coordinate representation of color #924BAE: hue angle of 283.03º 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 #924BAE is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14675174-
CMYK0.160.5700.32
HSL283.03º39.76%48.82%-
HSV(B)283.03º56.9%68.24%-
XYZ22.0114.241.63-
YUV107.52165.52155.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.96%
GREEN value IS 75 (29.69% from 255) = 18.99%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=36.96%
G=18.99%
B=44.05%

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
Decimal146751740.160.5700.32283.0339.7648.82
Hex924BAE103902011b2831
Octal22211325620710404335061
Binary10010010100101110101110100001110010100000100011011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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