#924BBF

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

Shades of Deep Lilac #924BBF

Tints of Deep Lilac #924BBF

Color information

#924BBF (or 0x924BBF) is unknown color: approx Deep Lilac. HEX triplet: 92, 4B and BF. RGB value is (146,75,191). Sum of RGB (Red+Green+Blue) = 146+75+191=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #924BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924BBF is #6DB440. Grayscale: #6D6D6D. Windows color (decimal): -7189569 or 12536722. OLE color: 12536722.

HSL color Cylindrical-coordinate representation of color #924BBF: hue angle of 276.72º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #924BBF is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14675191-
CMYK0.240.6100.25
HSL276.72º47.54%52.16%-
HSV(B)276.72º60.73%74.9%-
XYZ23.7714.950.91-
YUV109.45174.02154.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.44%
GREEN value IS 75 (29.69% from 255) = 18.20%
BLUE value IS 191 (75% from 255) = 46.36%
R=35.44%
G=18.20%
B=46.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146751910.240.6100.25276.7247.5452.16
Hex924BBF183D0191153034
Octal22211327730750314256064
Binary1001001010010111011111111000111101011001100010101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,75,191); }

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

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

 a { background-color: rgb(146,75,191); }

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

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

 span { border-color: rgb(146,75,191); }

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