#9873BE

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

Shades of Lilac Bush #9873BE

Tints of Lilac Bush #9873BE

Color information

#9873BE (or 0x9873BE) is unknown color: approx Lilac Bush. HEX triplet: 98, 73 and BE. RGB value is (152,115,190). Sum of RGB (Red+Green+Blue) = 152+115+190=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #9873BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9873BE is #678C41. Grayscale: #868686. Windows color (decimal): -6786114 or 12481432. OLE color: 12481432.

HSL color Cylindrical-coordinate representation of color #9873BE: hue angle of 269.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9873BE is Cyan = 0.2, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152115190-
CMYK0.20.3900.25
HSL269.6º36.59%59.8%-
HSV(B)269.6º39.47%74.51%-
XYZ28.3722.6551.59-
YUV134.61159.26140.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.26%
GREEN value IS 115 (45.31% from 255) = 25.16%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=33.26%
G=25.16%
B=41.58%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521151900.20.3900.25269.636.5959.8
Hex9873BE142701910e253c
Octal23016327624470314164574
Binary1001100011100111011111010100100111011001100001110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9873BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,115,190); }

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

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

 a { background-color: rgb(152,115,190); }

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

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

 span { border-color: rgb(152,115,190); }

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