#924FBD

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

Shades of Deep Lilac #924FBD

Tints of Deep Lilac #924FBD

Color information

#924FBD (or 0x924FBD) is unknown color: approx Deep Lilac. HEX triplet: 92, 4F and BD. RGB value is (146,79,189). Sum of RGB (Red+Green+Blue) = 146+79+189=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #924FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924FBD is #6DB042. Grayscale: #6F6F6F. Windows color (decimal): -7188547 or 12406674. OLE color: 12406674.

HSL color Cylindrical-coordinate representation of color #924FBD: hue angle of 276.55º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #924FBD is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14679189-
CMYK0.230.5800.26
HSL276.55º45.45%52.55%-
HSV(B)276.55º58.2%74.12%-
XYZ23.8415.3849.86-
YUV111.57171.7152.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.27%
GREEN value IS 79 (31.25% from 255) = 19.08%
BLUE value IS 189 (74.22% from 255) = 45.65%
R=35.27%
G=19.08%
B=45.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal146791890.230.5800.26276.5545.4552.55
Hex924FBD173A01A1152d35
Octal22211727527720324255565
Binary1001001010011111011110110111111010011010100010101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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