#923BAC

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

Shades of Deep Lilac #923BAC

Tints of Deep Lilac #923BAC

Color information

#923BAC (or 0x923BAC) is unknown color: approx Deep Lilac. HEX triplet: 92, 3B and AC. RGB value is (146,59,172). Sum of RGB (Red+Green+Blue) = 146+59+172=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #923BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923BAC is #6DC453. Grayscale: #616161. Windows color (decimal): -7193684 or 11287442. OLE color: 11287442.

HSL color Cylindrical-coordinate representation of color #923BAC: hue angle of 286.19º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923BAC is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14659172-
CMYK0.150.6600.33
HSL286.19º48.92%45.29%-
HSV(B)286.19º65.7%67.45%-
XYZ20.8612.2240.29-
YUV97.9169.82162.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.73%
GREEN value IS 59 (23.44% from 255) = 15.65%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=38.73%
G=15.65%
B=45.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146591720.150.6600.33286.1948.9245.29
Hex923BACF4202111e312d
Octal22273254171020414366155
Binary1001001011101110101100111110000100100001100011110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,59,172); }

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

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

 a { background-color: rgb(146,59,172); }

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

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

 span { border-color: rgb(146,59,172); }

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