#924BA7

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

Shades of Deep Lilac #924BA7

Tints of Deep Lilac #924BA7

Color information

#924BA7 (or 0x924BA7) is unknown color: approx Deep Lilac. HEX triplet: 92, 4B and A7. RGB value is (146,75,167). Sum of RGB (Red+Green+Blue) = 146+75+167=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 167 (65.62% from 255 or 43.04% from 388); Max value from RGB is 167 - color contains mainly: blue. Hex color #924BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #924BA7 is #6DB458. Grayscale: #6A6A6A. Windows color (decimal): -7189593 or 10963858. OLE color: 10963858.

HSL color Cylindrical-coordinate representation of color #924BA7: hue angle of 286.3º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #924BA7 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14675167-
CMYK0.130.5500.35
HSL286.3º38.02%47.45%-
HSV(B)286.3º55.09%65.49%-
XYZ21.3513.9338.12-
YUV106.72162.02156.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.63%
GREEN value IS 75 (29.69% from 255) = 19.33%
BLUE value IS 167 (65.62% from 255) = 43.04%
R=37.63%
G=19.33%
B=43.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal146751670.130.5500.35286.338.0247.45
Hex924BA7D3702311e262f
Octal22211324715670434364657
Binary1001001010010111010011111011101110100011100011110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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