#9873cf

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

Shades of Lilac Bush #9873CF

Tints of Lilac Bush #9873CF

Color information

#9873CF (or 0x9873CF) is unknown color: approx Lilac Bush. HEX triplet: 98, 73 and CF. RGB value is (152,115,207). Sum of RGB (Red+Green+Blue) = 152+115+207=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #9873CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9873CF is #678C30. Grayscale: #888888. Windows color (decimal): -6786097 or 13595544. OLE color: 13595544.

HSL color Cylindrical-coordinate representation of color #9873CF: hue angle of 264.13º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9873CF is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152115207-
CMYK0.270.4400.19
HSL264.13º48.94%63.14%-
HSV(B)264.13º44.44%81.18%-
XYZ30.3423.4461.96-
YUV136.55167.76139.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.07%
GREEN value IS 115 (45.31% from 255) = 24.26%
BLUE value IS 207 (81.25% from 255) = 43.67%
R=32.07%
G=24.26%
B=43.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521152070.270.4400.19264.1348.9463.14
Hex9873CF1B2C013108313f
Octal23016331733540234106177
Binary1001100011100111100111111011101100010011100001000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9873cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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