#9A76CF

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

Shades of Lilac Bush #9A76CF

Tints of Lilac Bush #9A76CF

Color information

#9A76CF (or 0x9A76CF) is unknown color: approx Lilac Bush. HEX triplet: 9A, 76 and CF. RGB value is (154,118,207). Sum of RGB (Red+Green+Blue) = 154+118+207=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A76CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A76CF is #658930. Grayscale: #8A8A8A. Windows color (decimal): -6654257 or 13596314. OLE color: 13596314.

HSL color Cylindrical-coordinate representation of color #9A76CF: hue angle of 264.27º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A76CF is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154118207-
CMYK0.260.4300.19
HSL264.27º48.11%63.73%-
HSV(B)264.27º43%81.18%-
XYZ31.0724.3362.09-
YUV138.91166.43138.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.15%
GREEN value IS 118 (46.48% from 255) = 24.63%
BLUE value IS 207 (81.25% from 255) = 43.22%
R=32.15%
G=24.63%
B=43.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541182070.260.4300.19264.2748.1163.73
Hex9A76CF1A2B0131083040
Octal232166317325302341060100
Binary10011010111011011001111110101010110100111000010001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A76CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,118,207); }

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

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

 a { background-color: rgb(154,118,207); }

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

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

 span { border-color: rgb(154,118,207); }

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