#923FB2

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

Shades of Deep Lilac #923FB2

Tints of Deep Lilac #923FB2

Color information

#923FB2 (or 0x923FB2) is unknown color: approx Deep Lilac. HEX triplet: 92, 3F and B2. RGB value is (146,63,178). Sum of RGB (Red+Green+Blue) = 146+63+178=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 178 - color contains mainly: blue. Hex color #923FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923FB2 is #6DC04D. Grayscale: #646464. Windows color (decimal): -7192654 or 11681682. OLE color: 11681682.

HSL color Cylindrical-coordinate representation of color #923FB2: hue angle of 283.3º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #923FB2 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14663178-
CMYK0.180.6500.30
HSL283.3º47.72%47.25%-
HSV(B)283.3º64.61%69.8%-
XYZ21.6712.8843.46-
YUV100.93171.5160.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 63 (25% from 255) = 16.28%
BLUE value IS 178 (69.92% from 255) = 45.99%
R=37.73%
G=16.28%
B=45.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal146631780.180.6500.30283.347.7247.25
Hex923FB2124101E11b302f
Octal22277262221010364336057
Binary1001001011111110110010100101000001011110100011011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,63,178); }

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

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

 a { background-color: rgb(146,63,178); }

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

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

 span { border-color: rgb(146,63,178); }

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