#9A7CCD

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

Shades of Lilac Bush #9A7CCD

Tints of Lilac Bush #9A7CCD

Color information

#9A7CCD (or 0x9A7CCD) is unknown color: approx Lilac Bush. HEX triplet: 9A, 7C and CD. RGB value is (154,124,205). Sum of RGB (Red+Green+Blue) = 154+124+205=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A7CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7CCD is #658332. Grayscale: #8D8D8D. Windows color (decimal): -6652723 or 13466778. OLE color: 13466778.

HSL color Cylindrical-coordinate representation of color #9A7CCD: hue angle of 262.22º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A7CCD is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154124205-
CMYK0.250.4000.20
HSL262.22º44.75%64.51%-
HSV(B)262.22º39.51%80.39%-
XYZ31.5525.6961.05-
YUV142.2163.44136.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.88%
GREEN value IS 124 (48.83% from 255) = 25.67%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=31.88%
G=25.67%
B=42.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541242050.250.4000.20262.2244.7564.51
Hex9A7CCD19280141062d41
Octal232174315315002440655101
Binary10011010111110011001101110011010000101001000001101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,124,205); }

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

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

 a { background-color: rgb(154,124,205); }

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

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

 span { border-color: rgb(154,124,205); }

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