#924CC2

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

Shades of Deep Lilac #924CC2

Tints of Deep Lilac #924CC2

Color information

#924CC2 (or 0x924CC2) is unknown color: approx Deep Lilac. HEX triplet: 92, 4C and C2. RGB value is (146,76,194). Sum of RGB (Red+Green+Blue) = 146+76+194=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 194 - color contains mainly: blue. Hex color #924CC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924CC2 is #6DB33D. Grayscale: #6D6D6D. Windows color (decimal): -7189310 or 12733586. OLE color: 12733586.

HSL color Cylindrical-coordinate representation of color #924CC2: hue angle of 275.59º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #924CC2 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14676194-
CMYK0.250.6100.24
HSL275.59º49.17%52.94%-
HSV(B)275.59º60.82%76.08%-
XYZ24.1815.1752.69-
YUV110.38175.19153.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.10%
GREEN value IS 76 (30.08% from 255) = 18.27%
BLUE value IS 194 (76.17% from 255) = 46.63%
R=35.10%
G=18.27%
B=46.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal146761940.250.6100.24275.5949.1752.94
Hex924CC2193D0181143135
Octal22211430231750304246165
Binary1001001010011001100001011001111101011000100010100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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