#923DAB

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

Shades of Deep Lilac #923DAB

Tints of Deep Lilac #923DAB

Color information

#923DAB (or 0x923DAB) is unknown color: approx Deep Lilac. HEX triplet: 92, 3D and AB. RGB value is (146,61,171). Sum of RGB (Red+Green+Blue) = 146+61+171=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #923DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923DAB is #6DC254. Grayscale: #626262. Windows color (decimal): -7193173 or 11222418. OLE color: 11222418.

HSL color Cylindrical-coordinate representation of color #923DAB: hue angle of 286.36º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #923DAB is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14661171-
CMYK0.150.6400.33
HSL286.36º47.41%45.49%-
HSV(B)286.36º64.33%67.06%-
XYZ20.8712.3939.82-
YUV98.95168.66161.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.62%
GREEN value IS 61 (24.22% from 255) = 16.14%
BLUE value IS 171 (67.19% from 255) = 45.24%
R=38.62%
G=16.14%
B=45.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146611710.150.6400.33286.3647.4145.49
Hex923DABF4002111e2f2d
Octal22275253171000414365755
Binary1001001011110110101011111110000000100001100011110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923DAB; }

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

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

<style>
 a { background-color: #923DAB; }

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

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

<style>
 span { border-color: #923DAB; }

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

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