#925EBA

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

Shades of Deep Lilac #925EBA

Tints of Deep Lilac #925EBA

Color information

#925EBA (or 0x925EBA) is unknown color: approx Deep Lilac. HEX triplet: 92, 5E and BA. RGB value is (146,94,186). Sum of RGB (Red+Green+Blue) = 146+94+186=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #925EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925EBA is #6DA145. Grayscale: #777777. Windows color (decimal): -7184710 or 12213906. OLE color: 12213906.

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

Color convert

RGB14694186-
CMYK0.220.4900.27
HSL273.91º40%54.9%-
HSV(B)273.91º49.46%72.94%-
XYZ24.7217.6648.56-
YUV120.04165.23146.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 94 (37.11% from 255) = 22.07%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=34.27%
G=22.07%
B=43.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146941860.220.4900.27273.914054.9
Hex925EBA163101B1122837
Octal22213627226610334225067
Binary1001001010111101011101010110110001011011100010010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925EBA; }

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

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

<style>
 a { background-color: #925EBA; }

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

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

<style>
 span { border-color: #925EBA; }

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

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