#924FB6

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

Shades of Deep Lilac #924FB6

Tints of Deep Lilac #924FB6

Color information

#924FB6 (or 0x924FB6) is unknown color: approx Deep Lilac. HEX triplet: 92, 4F and B6. RGB value is (146,79,182). Sum of RGB (Red+Green+Blue) = 146+79+182=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 182 - color contains mainly: blue. Hex color #924FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924FB6 is #6DB049. Grayscale: #6E6E6E. Windows color (decimal): -7188554 or 11947922. OLE color: 11947922.

HSL color Cylindrical-coordinate representation of color #924FB6: hue angle of 279.03º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #924FB6 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14679182-
CMYK0.200.5700.29
HSL279.03º41.37%51.18%-
HSV(B)279.03º56.59%71.37%-
XYZ23.0915.0845.95-
YUV110.78168.2153.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.87%
GREEN value IS 79 (31.25% from 255) = 19.41%
BLUE value IS 182 (71.48% from 255) = 44.72%
R=35.87%
G=19.41%
B=44.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal146791820.200.5700.29279.0341.3751.18
Hex924FB6143901D1172933
Octal22211726624710354275163
Binary1001001010011111011011010100111001011101100010111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,79,182); }

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

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

 a { background-color: rgb(146,79,182); }

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

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

 span { border-color: rgb(146,79,182); }

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