#923CAF

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

Shades of Deep Lilac #923CAF

Tints of Deep Lilac #923CAF

Color information

#923CAF (or 0x923CAF) is unknown color: approx Deep Lilac. HEX triplet: 92, 3C and AF. RGB value is (146,60,175). Sum of RGB (Red+Green+Blue) = 146+60+175=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #923CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923CAF is #6DC350. Grayscale: #626262. Windows color (decimal): -7193425 or 11484306. OLE color: 11484306.

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

Color convert

RGB14660175-
CMYK0.170.6600.31
HSL284.87º48.94%46.08%-
HSV(B)284.87º65.71%68.63%-
XYZ21.2112.4441.84-
YUV98.82170.99161.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.32%
GREEN value IS 60 (23.83% from 255) = 15.75%
BLUE value IS 175 (68.75% from 255) = 45.93%
R=38.32%
G=15.75%
B=45.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146601750.170.6600.31284.8748.9446.08
Hex923CAF114201F11d312e
Octal22274257211020374356156
Binary1001001011110010101111100011000010011111100011101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923CAF; }

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

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

<style>
 a { background-color: #923CAF; }

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

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

<style>
 span { border-color: #923CAF; }

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

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