#9247B4

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

Shades of Deep Lilac #9247B4

Tints of Deep Lilac #9247B4

Color information

#9247B4 (or 0x9247B4) is unknown color: approx Deep Lilac. HEX triplet: 92, 47 and B4. RGB value is (146,71,180). Sum of RGB (Red+Green+Blue) = 146+71+180=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #9247B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9247B4 is #6DB84B. Grayscale: #696969. Windows color (decimal): -7190604 or 11814802. OLE color: 11814802.

HSL color Cylindrical-coordinate representation of color #9247B4: hue angle of 281.28º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9247B4 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14671180-
CMYK0.190.6100.29
HSL281.28º43.43%49.22%-
HSV(B)281.28º60.56%70.59%-
XYZ22.3513.9144.69-
YUV105.85169.85156.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.78%
GREEN value IS 71 (28.12% from 255) = 17.88%
BLUE value IS 180 (70.70% from 255) = 45.34%
R=36.78%
G=17.88%
B=45.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal146711800.190.6100.29281.2843.4349.22
Hex9247B4133D01D1192b31
Octal22210726423750354315361
Binary1001001010001111011010010011111101011101100011001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9247B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9247B4; }

 p { color: rgb(146,71,180); }

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

<style>
 a { background-color: #9247B4; }

 a { background-color: rgb(146,71,180); }

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

<style>
 span { border-color: #9247B4; }

 span { border-color: rgb(146,71,180); }

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