#905FBC

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

Shades of Deep Lilac #905FBC

Tints of Deep Lilac #905FBC

Color information

#905FBC (or 0x905FBC) is unknown color: approx Deep Lilac. HEX triplet: 90, 5F and BC. RGB value is (144,95,188). Sum of RGB (Red+Green+Blue) = 144+95+188=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #905FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905FBC is #6FA043. Grayscale: #777777. Windows color (decimal): -7315524 or 12345232. OLE color: 12345232.

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

Color convert

RGB14495188-
CMYK0.230.4900.26
HSL271.61º40.97%55.49%-
HSV(B)271.61º49.47%73.73%-
XYZ24.6717.7449.7-
YUV120.25166.23144.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.72%
GREEN value IS 95 (37.5% from 255) = 22.25%
BLUE value IS 188 (73.83% from 255) = 44.03%
R=33.72%
G=22.25%
B=44.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144951880.230.4900.26271.6140.9755.49
Hex905FBC173101A1102937
Octal22013727427610324205167
Binary1001000010111111011110010111110001011010100010000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,95,188); }

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

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

 a { background-color: rgb(144,95,188); }

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

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

 span { border-color: rgb(144,95,188); }

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