#924BB8

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

Shades of Deep Lilac #924BB8

Tints of Deep Lilac #924BB8

Color information

#924BB8 (or 0x924BB8) is unknown color: approx Deep Lilac. HEX triplet: 92, 4B and B8. RGB value is (146,75,184). Sum of RGB (Red+Green+Blue) = 146+75+184=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 184 - color contains mainly: blue. Hex color #924BB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924BB8 is #6DB447. Grayscale: #6C6C6C. Windows color (decimal): -7189576 or 12077970. OLE color: 12077970.

HSL color Cylindrical-coordinate representation of color #924BB8: hue angle of 279.08º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #924BB8 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14675184-
CMYK0.210.5900.28
HSL279.08º43.43%50.78%-
HSV(B)279.08º59.24%72.16%-
XYZ23.0214.646.95-
YUV108.66170.52154.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.05%
GREEN value IS 75 (29.69% from 255) = 18.52%
BLUE value IS 184 (72.27% from 255) = 45.43%
R=36.05%
G=18.52%
B=45.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal146751840.210.5900.28279.0843.4350.78
Hex924BB8153B01C1172b33
Octal22211327025730344275363
Binary1001001010010111011100010101111011011100100010111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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