#923FBA

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

Shades of Deep Lilac #923FBA

Tints of Deep Lilac #923FBA

Color information

#923FBA (or 0x923FBA) is unknown color: approx Deep Lilac. HEX triplet: 92, 3F and BA. RGB value is (146,63,186). Sum of RGB (Red+Green+Blue) = 146+63+186=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #923FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923FBA is #6DC045. Grayscale: #656565. Windows color (decimal): -7192646 or 12205970. OLE color: 12205970.

HSL color Cylindrical-coordinate representation of color #923FBA: hue angle of 280.49º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923FBA is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14663186-
CMYK0.220.6600.27
HSL280.49º49.4%48.82%-
HSV(B)280.49º66.13%72.94%-
XYZ22.4913.2147.82-
YUV101.84175.5159.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.96%
GREEN value IS 63 (25% from 255) = 15.95%
BLUE value IS 186 (73.05% from 255) = 47.09%
R=36.96%
G=15.95%
B=47.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146631860.220.6600.27280.4949.448.82
Hex923FBA164201B1183131
Octal22277272261020334306161
Binary1001001011111110111010101101000010011011100011000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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