#9254BE

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

Shades of Deep Lilac #9254BE

Tints of Deep Lilac #9254BE

Color information

#9254BE (or 0x9254BE) is unknown color: approx Deep Lilac. HEX triplet: 92, 54 and BE. RGB value is (146,84,190). Sum of RGB (Red+Green+Blue) = 146+84+190=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #9254BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9254BE is #6DAB41. Grayscale: #727272. Windows color (decimal): -7187266 or 12473490. OLE color: 12473490.

HSL color Cylindrical-coordinate representation of color #9254BE: hue angle of 275.09º 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 #9254BE is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14684190-
CMYK0.230.5600.25
HSL275.09º44.92%53.73%-
HSV(B)275.09º55.79%74.51%-
XYZ24.3216.1750.55-
YUV114.62170.54150.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.76%
GREEN value IS 84 (33.20% from 255) = 20%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=34.76%
G=20%
B=45.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146841900.230.5600.25275.0944.9253.73
Hex9254BE17380191132d36
Octal22212427627700314235566
Binary1001001010101001011111010111111000011001100010011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9254BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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