#924CC0

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

Shades of Deep Lilac #924CC0

Tints of Deep Lilac #924CC0

Color information

#924CC0 (or 0x924CC0) is unknown color: approx Deep Lilac. HEX triplet: 92, 4C and C0. RGB value is (146,76,192). Sum of RGB (Red+Green+Blue) = 146+76+192=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #924CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924CC0 is #6DB33F. Grayscale: #6D6D6D. Windows color (decimal): -7189312 or 12602514. OLE color: 12602514.

HSL color Cylindrical-coordinate representation of color #924CC0: hue angle of 276.21º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #924CC0 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14676192-
CMYK0.240.6000.25
HSL276.21º47.93%52.55%-
HSV(B)276.21º60.42%75.29%-
XYZ23.9515.0951.52-
YUV110.15174.19153.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.27%
GREEN value IS 76 (30.08% from 255) = 18.36%
BLUE value IS 192 (75.39% from 255) = 46.38%
R=35.27%
G=18.36%
B=46.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146761920.240.6000.25276.2147.9352.55
Hex924CC0183C0191143035
Octal22211430030740314246065
Binary1001001010011001100000011000111100011001100010100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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