#924FB8

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

Shades of Deep Lilac #924FB8

Tints of Deep Lilac #924FB8

Color information

#924FB8 (or 0x924FB8) is unknown color: approx Deep Lilac. HEX triplet: 92, 4F and B8. RGB value is (146,79,184). Sum of RGB (Red+Green+Blue) = 146+79+184=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 184 - color contains mainly: blue. Hex color #924FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924FB8 is #6DB047. Grayscale: #6E6E6E. Windows color (decimal): -7188552 or 12078994. OLE color: 12078994.

HSL color Cylindrical-coordinate representation of color #924FB8: hue angle of 278.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #924FB8 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14679184-
CMYK0.210.5700.28
HSL278.29º42.51%51.57%-
HSV(B)278.29º57.07%72.16%-
XYZ23.315.1647.05-
YUV111169.2152.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.70%
GREEN value IS 79 (31.25% from 255) = 19.32%
BLUE value IS 184 (72.27% from 255) = 44.99%
R=35.70%
G=19.32%
B=44.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal146791840.210.5700.28278.2942.5151.57
Hex924FB8153901C1162b34
Octal22211727025710344265364
Binary1001001010011111011100010101111001011100100010110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,79,184); }

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

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

 a { background-color: rgb(146,79,184); }

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

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

 span { border-color: rgb(146,79,184); }

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