Html Css Color HEX #9A6ABD Lilac Bush

📋 copy color: '#9A6ABD'

red 154 ◦ green 106 ◦ blue 189

#9A6ABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac Bush #9A6ABD

Tints of Lilac Bush #9A6ABD

RGB

 RED value IS 154 (60.55% from 255) = 34.3%

 GREEN value IS 106 (41.8% from 255) = 23.61%

 BLUE value IS 189 (74.22% from 255) = 42.09%

R = 34.3%
G = 23.61%
B = 42.09%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9A6ABD (or 0x9A6ABD) is known color: Lilac Bush. HEX triplet: 9A, 6A and BD. RGB value is (154,106,189). Sum of RGB (Red+Green+Blue) = 154+106+189=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A6ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6ABD is #659542. Grayscale: #818181. Windows color (decimal): -6657347 or 12413594. OLE color: 12413594.

HSL color Cylindrical-coordinate representation of color #9A6ABD: hue angle of 274.7º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A6ABD is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 106 189 -
CMYK 0.19 0.44 0 0.26
HSL 274.7º 0.39% 0.58% -
HSV(B) 274.7º 0.44% 0.74% -
XYZ 27.67 20.85 50.71 -
YUV 129.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 154 106 189 0.19 0.44 0 0.26 274.7 0.39 0.58
Hex 9A 6A BD 13 2C 0 1A 113 27 3A
Octal 232 152 275 23 54 0 32 423 47 72
Binary 10011010 1101010 10111101 10011 101100 0 11010 100010011 100111 111010

Color Harmonies of #9A6ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6ABD

Black with #9A6ABD

Text Example


Text Example

White with #9A6ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,106,189); }

 H1.HeaderClassName
 {
   color: #9A6ABD;
 }
 .AnyTagClassName
 {
   color: #9A6ABD;
 }
</style>

background-color css

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

 a { background-color: rgb(154,106,189); }

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

border-color css

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

 span { border-color: rgb(154,106,189); }

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