#923DB4

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

Shades of Deep Lilac #923DB4

Tints of Deep Lilac #923DB4

Color information

#923DB4 (or 0x923DB4) is unknown color: approx Deep Lilac. HEX triplet: 92, 3D and B4. RGB value is (146,61,180). Sum of RGB (Red+Green+Blue) = 146+61+180=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 180 - color contains mainly: blue. Hex color #923DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923DB4 is #6DC24B. Grayscale: #636363. Windows color (decimal): -7193164 or 11812242. OLE color: 11812242.

HSL color Cylindrical-coordinate representation of color #923DB4: hue angle of 282.86º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923DB4 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14661180-
CMYK0.190.6600.29
HSL282.86º49.38%47.25%-
HSV(B)282.86º66.11%70.59%-
XYZ21.7612.7444.49-
YUV99.98173.16160.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 61 (24.22% from 255) = 15.76%
BLUE value IS 180 (70.70% from 255) = 46.51%
R=37.73%
G=15.76%
B=46.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal146611800.190.6600.29282.8649.3847.25
Hex923DB4134201D11b312f
Octal22275264231020354336157
Binary1001001011110110110100100111000010011101100011011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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