#923DAF

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

Shades of Deep Lilac #923DAF

Tints of Deep Lilac #923DAF

Color information

#923DAF (or 0x923DAF) is unknown color: approx Deep Lilac. HEX triplet: 92, 3D and AF. RGB value is (146,61,175). Sum of RGB (Red+Green+Blue) = 146+61+175=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #923DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923DAF is #6DC250. Grayscale: #636363. Windows color (decimal): -7193169 or 11484562. OLE color: 11484562.

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

Color convert

RGB14661175-
CMYK0.170.6500.31
HSL284.74º48.31%46.27%-
HSV(B)284.74º65.14%68.63%-
XYZ21.2612.5441.86-
YUV99.41170.66161.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.22%
GREEN value IS 61 (24.22% from 255) = 15.97%
BLUE value IS 175 (68.75% from 255) = 45.81%
R=38.22%
G=15.97%
B=45.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146611750.170.6500.31284.7448.3146.27
Hex923DAF114101F11d302e
Octal22275257211010374356056
Binary1001001011110110101111100011000001011111100011101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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