#924CC7

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

Shades of Deep Lilac #924CC7

Tints of Deep Lilac #924CC7

Color information

#924CC7 (or 0x924CC7) is unknown color: approx Deep Lilac. HEX triplet: 92, 4C and C7. RGB value is (146,76,199). Sum of RGB (Red+Green+Blue) = 146+76+199=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 199 (78.12% from 255 or 47.27% from 421); Max value from RGB is 199 - color contains mainly: blue. Hex color #924CC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924CC7 is #6DB338. Grayscale: #6E6E6E. Windows color (decimal): -7189305 or 13061266. OLE color: 13061266.

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

Color convert

RGB14676199-
CMYK0.270.6200.22
HSL274.15º52.34%53.92%-
HSV(B)274.15º61.81%78.04%-
XYZ24.7515.455.7-
YUV110.95177.69153-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.68%
GREEN value IS 76 (30.08% from 255) = 18.05%
BLUE value IS 199 (78.12% from 255) = 47.27%
R=34.68%
G=18.05%
B=47.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146761990.270.6200.22274.1552.3453.92
Hex924CC71B3E0161123436
Octal22211430733760264226466
Binary1001001010011001100011111011111110010110100010010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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