#924FBE

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

Shades of Deep Lilac #924FBE

Tints of Deep Lilac #924FBE

Color information

#924FBE (or 0x924FBE) is unknown color: approx Deep Lilac. HEX triplet: 92, 4F and BE. RGB value is (146,79,190). Sum of RGB (Red+Green+Blue) = 146+79+190=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #924FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924FBE is #6DB041. Grayscale: #6F6F6F. Windows color (decimal): -7188546 or 12472210. OLE color: 12472210.

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

Color convert

RGB14679190-
CMYK0.230.5800.25
HSL276.22º46.06%52.75%-
HSV(B)276.22º58.42%74.51%-
XYZ23.9415.4250.43-
YUV111.69172.2152.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.18%
GREEN value IS 79 (31.25% from 255) = 19.04%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=35.18%
G=19.04%
B=45.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146791900.230.5800.25276.2246.0652.75
Hex924FBE173A0191142e35
Octal22211727627720314245665
Binary1001001010011111011111010111111010011001100010100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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