#905BBA

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

Shades of Deep Lilac #905BBA

Tints of Deep Lilac #905BBA

Color information

#905BBA (or 0x905BBA) is unknown color: approx Deep Lilac. HEX triplet: 90, 5B and BA. RGB value is (144,91,186). Sum of RGB (Red+Green+Blue) = 144+91+186=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #905BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905BBA is #6FA445. Grayscale: #757575. Windows color (decimal): -7316550 or 12213136. OLE color: 12213136.

HSL color Cylindrical-coordinate representation of color #905BBA: hue angle of 273.47º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #905BBA is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14491186-
CMYK0.230.5100.27
HSL273.47º40.77%54.31%-
HSV(B)273.47º51.08%72.94%-
XYZ24.1116.9648.46-
YUV117.68166.56146.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.20%
GREEN value IS 91 (35.94% from 255) = 21.62%
BLUE value IS 186 (73.05% from 255) = 44.18%
R=34.20%
G=21.62%
B=44.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal144911860.230.5100.27273.4740.7754.31
Hex905BBA173301B1112936
Octal22013327227630334215166
Binary1001000010110111011101010111110011011011100010001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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