#924BBA

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

Shades of Deep Lilac #924BBA

Tints of Deep Lilac #924BBA

Color information

#924BBA (or 0x924BBA) is unknown color: approx Deep Lilac. HEX triplet: 92, 4B and BA. RGB value is (146,75,186). Sum of RGB (Red+Green+Blue) = 146+75+186=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #924BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924BBA is #6DB445. Grayscale: #6C6C6C. Windows color (decimal): -7189574 or 12209042. OLE color: 12209042.

HSL color Cylindrical-coordinate representation of color #924BBA: hue angle of 278.38º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #924BBA is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14675186-
CMYK0.220.6000.27
HSL278.38º44.58%51.18%-
HSV(B)278.38º59.68%72.94%-
XYZ23.2314.6948.06-
YUV108.88171.52154.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.87%
GREEN value IS 75 (29.69% from 255) = 18.43%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=35.87%
G=18.43%
B=45.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146751860.220.6000.27278.3844.5851.18
Hex924BBA163C01B1162d33
Octal22211327226740334265563
Binary1001001010010111011101010110111100011011100010110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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