#924CBB

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

Shades of Deep Lilac #924CBB

Tints of Deep Lilac #924CBB

Color information

#924CBB (or 0x924CBB) is unknown color: approx Deep Lilac. HEX triplet: 92, 4C and BB. RGB value is (146,76,187). Sum of RGB (Red+Green+Blue) = 146+76+187=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #924CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924CBB is #6DB344. Grayscale: #6D6D6D. Windows color (decimal): -7189317 or 12274834. OLE color: 12274834.

HSL color Cylindrical-coordinate representation of color #924CBB: hue angle of 277.84º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #924CBB is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14676187-
CMYK0.220.5900.27
HSL277.84º44.94%51.57%-
HSV(B)277.84º59.36%73.33%-
XYZ23.4114.8748.65-
YUV109.58171.69153.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.70%
GREEN value IS 76 (30.08% from 255) = 18.58%
BLUE value IS 187 (73.44% from 255) = 45.72%
R=35.70%
G=18.58%
B=45.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146761870.220.5900.27277.8444.9451.57
Hex924CBB163B01B1162d34
Octal22211427326730334265564
Binary1001001010011001011101110110111011011011100010110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,76,187); }

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

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

 a { background-color: rgb(146,76,187); }

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

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

 span { border-color: rgb(146,76,187); }

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