#905BBD

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

Shades of Deep Lilac #905BBD

Tints of Deep Lilac #905BBD

Color information

#905BBD (or 0x905BBD) is unknown color: approx Deep Lilac. HEX triplet: 90, 5B and BD. RGB value is (144,91,189). Sum of RGB (Red+Green+Blue) = 144+91+189=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #905BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905BBD is #6FA442. Grayscale: #757575. Windows color (decimal): -7316547 or 12409744. OLE color: 12409744.

HSL color Cylindrical-coordinate representation of color #905BBD: hue angle of 272.45º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #905BBD is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14491189-
CMYK0.240.5200.26
HSL272.45º42.61%54.9%-
HSV(B)272.45º51.85%74.12%-
XYZ24.4317.0950.15-
YUV118.02168.06146.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.96%
GREEN value IS 91 (35.94% from 255) = 21.46%
BLUE value IS 189 (74.22% from 255) = 44.58%
R=33.96%
G=21.46%
B=44.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144911890.240.5200.26272.4542.6154.9
Hex905BBD183401A1102b37
Octal22013327530640324205367
Binary1001000010110111011110111000110100011010100010000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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