#9A7DCC

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

Shades of Lilac Bush #9A7DCC

Tints of Lilac Bush #9A7DCC

Color information

#9A7DCC (or 0x9A7DCC) is unknown color: approx Lilac Bush. HEX triplet: 9A, 7D and CC. RGB value is (154,125,204). Sum of RGB (Red+Green+Blue) = 154+125+204=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A7DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7DCC is #658233. Grayscale: #8E8E8E. Windows color (decimal): -6652468 or 13401498. OLE color: 13401498.

HSL color Cylindrical-coordinate representation of color #9A7DCC: hue angle of 262.03º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A7DCC is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB154125204-
CMYK0.250.3900.2
HSL262.03º43.65%64.51%-
HSV(B)262.03º38.73%80%-
XYZ31.5625.960.46-
YUV142.68162.61136.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.88%
GREEN value IS 125 (49.22% from 255) = 25.88%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=31.88%
G=25.88%
B=42.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1541252040.250.3900.2262.0343.6564.51
Hex9A7DCC19270141062c41
Octal232175314314702440654101
Binary10011010111110111001100110011001110101001000001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A7DCC; }

 p { color: rgb(154,125,204); }

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

<style>
 a { background-color: #9A7DCC; }

 a { background-color: rgb(154,125,204); }

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

<style>
 span { border-color: #9A7DCC; }

 span { border-color: rgb(154,125,204); }

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