#924AC7

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

Shades of Deep Lilac #924AC7

Tints of Deep Lilac #924AC7

Color information

#924AC7 (or 0x924AC7) is unknown color: approx Deep Lilac. HEX triplet: 92, 4A and C7. RGB value is (146,74,199). Sum of RGB (Red+Green+Blue) = 146+74+199=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 199 - color contains mainly: blue. Hex color #924AC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924AC7 is #6DB538. Grayscale: #6D6D6D. Windows color (decimal): -7189817 or 13060754. OLE color: 13060754.

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

Color convert

RGB14674199-
CMYK0.270.6300.22
HSL274.56º52.74%53.53%-
HSV(B)274.56º62.81%78.04%-
XYZ24.6115.1355.66-
YUV109.78178.35153.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.84%
GREEN value IS 74 (29.30% from 255) = 17.66%
BLUE value IS 199 (78.12% from 255) = 47.49%
R=34.84%
G=17.66%
B=47.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146741990.270.6300.22274.5652.7453.53
Hex924AC71B3F0161133536
Octal22211230733770264236566
Binary1001001010010101100011111011111111010110100010011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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