#924BC6

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

Shades of Deep Lilac #924BC6

Tints of Deep Lilac #924BC6

Color information

#924BC6 (or 0x924BC6) is unknown color: approx Deep Lilac. HEX triplet: 92, 4B and C6. RGB value is (146,75,198). Sum of RGB (Red+Green+Blue) = 146+75+198=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #924BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924BC6 is #6DB439. Grayscale: #6D6D6D. Windows color (decimal): -7189562 or 12995474. OLE color: 12995474.

HSL color Cylindrical-coordinate representation of color #924BC6: hue angle of 274.63º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #924BC6 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14675198-
CMYK0.260.6200.22
HSL274.63º51.9%53.53%-
HSV(B)274.63º62.12%77.65%-
XYZ24.5615.2255.07-
YUV110.25177.52153.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.84%
GREEN value IS 75 (29.69% from 255) = 17.90%
BLUE value IS 198 (77.73% from 255) = 47.26%
R=34.84%
G=17.90%
B=47.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146751980.260.6200.22274.6351.953.53
Hex924BC61A3E0161133436
Octal22211330632760264236466
Binary1001001010010111100011011010111110010110100010011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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