#9a7bcd

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

Shades of Lilac Bush #9A7BCD

Tints of Lilac Bush #9A7BCD

Color information

#9A7BCD (or 0x9A7BCD) is unknown color: approx Lilac Bush. HEX triplet: 9A, 7B and CD. RGB value is (154,123,205). Sum of RGB (Red+Green+Blue) = 154+123+205=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A7BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7BCD is #658432. Grayscale: #8D8D8D. Windows color (decimal): -6652979 or 13466522. OLE color: 13466522.

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

Color convert

RGB154123205-
CMYK0.250.400.20
HSL262.68º45.05%64.31%-
HSV(B)262.68º40%80.39%-
XYZ31.4325.4461.01-
YUV141.62163.77136.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.95%
GREEN value IS 123 (48.44% from 255) = 25.52%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=31.95%
G=25.52%
B=42.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541232050.250.400.20262.6845.0564.31
Hex9A7BCD19280141072d40
Octal232173315315002440755100
Binary10011010111101111001101110011010000101001000001111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a7bcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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