#924BAF

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

Shades of Deep Lilac #924BAF

Tints of Deep Lilac #924BAF

Color information

#924BAF (or 0x924BAF) is unknown color: approx Deep Lilac. HEX triplet: 92, 4B and AF. RGB value is (146,75,175). Sum of RGB (Red+Green+Blue) = 146+75+175=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #924BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #924BAF is #6DB450. Grayscale: #6B6B6B. Windows color (decimal): -7189585 or 11488146. OLE color: 11488146.

HSL color Cylindrical-coordinate representation of color #924BAF: hue angle of 282.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #924BAF is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14675175-
CMYK0.170.5700.31
HSL282.6º40%49.02%-
HSV(B)282.6º57.14%68.63%-
XYZ22.1114.2442.14-
YUV107.63166.02155.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.87%
GREEN value IS 75 (29.69% from 255) = 18.94%
BLUE value IS 175 (68.75% from 255) = 44.19%
R=36.87%
G=18.94%
B=44.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146751750.170.5700.31282.64049.02
Hex924BAF113901F11b2831
Octal22211325721710374335061
Binary1001001010010111010111110001111001011111100011011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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