#924AB1

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

Shades of Deep Lilac #924AB1

Tints of Deep Lilac #924AB1

Color information

#924AB1 (or 0x924AB1) is unknown color: approx Deep Lilac. HEX triplet: 92, 4A and B1. RGB value is (146,74,177). Sum of RGB (Red+Green+Blue) = 146+74+177=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 177 - color contains mainly: blue. Hex color #924AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #924AB1 is #6DB54E. Grayscale: #6A6A6A. Windows color (decimal): -7189839 or 11618962. OLE color: 11618962.

HSL color Cylindrical-coordinate representation of color #924AB1: hue angle of 281.94º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #924AB1 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14674177-
CMYK0.180.5800.31
HSL281.94º41.04%49.22%-
HSV(B)281.94º58.19%69.41%-
XYZ22.2414.1843.16-
YUV107.27167.35155.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.78%
GREEN value IS 74 (29.30% from 255) = 18.64%
BLUE value IS 177 (69.53% from 255) = 44.58%
R=36.78%
G=18.64%
B=44.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146741770.180.5800.31281.9441.0449.22
Hex924AB1123A01F11a2931
Octal22211226122720374325161
Binary1001001010010101011000110010111010011111100011010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,74,177); }

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

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

 a { background-color: rgb(146,74,177); }

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

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

 span { border-color: rgb(146,74,177); }

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