#9A7BC9

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

Shades of Lilac Bush #9A7BC9

Tints of Lilac Bush #9A7BC9

Color information

#9A7BC9 (or 0x9A7BC9) is unknown color: approx Lilac Bush. HEX triplet: 9A, 7B and C9. RGB value is (154,123,201). Sum of RGB (Red+Green+Blue) = 154+123+201=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #9A7BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7BC9 is #658436. Grayscale: #8C8C8C. Windows color (decimal): -6652983 or 13204378. OLE color: 13204378.

HSL color Cylindrical-coordinate representation of color #9A7BC9: hue angle of 263.85º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A7BC9 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB154123201-
CMYK0.230.3900.21
HSL263.85º41.94%63.53%-
HSV(B)263.85º38.81%78.82%-
XYZ30.9525.2558.5-
YUV141.16161.77137.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.22%
GREEN value IS 123 (48.44% from 255) = 25.73%
BLUE value IS 201 (78.91% from 255) = 42.05%
R=32.22%
G=25.73%
B=42.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1541232010.230.3900.21263.8541.9463.53
Hex9A7BC917270151082a40
Octal232173311274702541052100
Binary10011010111101111001001101111001110101011000010001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,123,201); }

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

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

 a { background-color: rgb(154,123,201); }

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

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

 span { border-color: rgb(154,123,201); }

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