#905EBA

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

Shades of Deep Lilac #905EBA

Tints of Deep Lilac #905EBA

Color information

#905EBA (or 0x905EBA) is unknown color: approx Deep Lilac. HEX triplet: 90, 5E and BA. RGB value is (144,94,186). Sum of RGB (Red+Green+Blue) = 144+94+186=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #905EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905EBA is #6FA145. Grayscale: #777777. Windows color (decimal): -7315782 or 12213904. OLE color: 12213904.

HSL color Cylindrical-coordinate representation of color #905EBA: hue angle of 272.61º 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 #905EBA is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14494186-
CMYK0.230.4900.27
HSL272.61º40%54.9%-
HSV(B)272.61º49.46%72.94%-
XYZ24.3717.4848.54-
YUV119.44165.56145.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.96%
GREEN value IS 94 (37.11% from 255) = 22.17%
BLUE value IS 186 (73.05% from 255) = 43.87%
R=33.96%
G=22.17%
B=43.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal144941860.230.4900.27272.614054.9
Hex905EBA173101B1112837
Octal22013627227610334215067
Binary1001000010111101011101010111110001011011100010001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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