#9154BE

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

Shades of Deep Lilac #9154BE

Tints of Deep Lilac #9154BE

Color information

#9154BE (or 0x9154BE) is unknown color: approx Deep Lilac. HEX triplet: 91, 54 and BE. RGB value is (145,84,190). Sum of RGB (Red+Green+Blue) = 145+84+190=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #9154BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9154BE is #6EAB41. Grayscale: #717171. Windows color (decimal): -7252802 or 12473489. OLE color: 12473489.

HSL color Cylindrical-coordinate representation of color #9154BE: hue angle of 274.53º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9154BE is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14584190-
CMYK0.240.5600.25
HSL274.53º44.92%53.73%-
HSV(B)274.53º55.79%74.51%-
XYZ24.1416.0850.55-
YUV114.32170.71149.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.61%
GREEN value IS 84 (33.20% from 255) = 20.05%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=34.61%
G=20.05%
B=45.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145841900.240.5600.25274.5344.9253.73
Hex9154BE18380191132d36
Octal22112427630700314235566
Binary1001000110101001011111011000111000011001100010011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9154BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9154BE; }

 p { color: rgb(145,84,190); }

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

<style>
 a { background-color: #9154BE; }

 a { background-color: rgb(145,84,190); }

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

<style>
 span { border-color: #9154BE; }

 span { border-color: rgb(145,84,190); }

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