#9254C9

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

Shades of Deep Lilac #9254C9

Tints of Deep Lilac #9254C9

Color information

#9254C9 (or 0x9254C9) is unknown color: approx Deep Lilac. HEX triplet: 92, 54 and C9. RGB value is (146,84,201). Sum of RGB (Red+Green+Blue) = 146+84+201=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #9254C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9254C9 is #6DAB36. Grayscale: #737373. Windows color (decimal): -7187255 or 13194386. OLE color: 13194386.

HSL color Cylindrical-coordinate representation of color #9254C9: hue angle of 271.79º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9254C9 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14684201-
CMYK0.270.5800.21
HSL271.79º52%55.88%-
HSV(B)271.79º58.21%78.82%-
XYZ25.5716.6757.13-
YUV115.88176.04149.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.87%
GREEN value IS 84 (33.20% from 255) = 19.49%
BLUE value IS 201 (78.91% from 255) = 46.64%
R=33.87%
G=19.49%
B=46.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146842010.270.5800.21271.795255.88
Hex9254C91B3A0151103438
Octal22212431133720254206470
Binary1001001010101001100100111011111010010101100010000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9254C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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