Html Css Color HEX #9A6BBE Lilac Bush

📋 copy color: '#9A6BBE'

red 154 ◦ green 107 ◦ blue 190

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

Shades of Lilac Bush #9A6BBE

Tints of Lilac Bush #9A6BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.73%

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 34.15%
G = 23.73%
B = 42.13%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A6BBE (or 0x9A6BBE) is known color: Lilac Bush. HEX triplet: 9A, 6B and BE. RGB value is (154,107,190). Sum of RGB (Red+Green+Blue) = 154+107+190=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A6BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6BBE is #659441. Grayscale: #828282. Windows color (decimal): -6657090 or 12479386. OLE color: 12479386.

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

Color convert

RGB 154 107 190 -
CMYK 0.19 0.44 0 0.25
HSL 273.98º 0.39% 0.58% -
HSV(B) 273.98º 0.44% 0.75% -
XYZ 27.88 21.1 51.32 -
YUV 130.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 154 107 190 0.19 0.44 0 0.25 273.98 0.39 0.58
Hex 9A 6B BE 13 2C 0 19 112 27 3A
Octal 232 153 276 23 54 0 31 422 47 72
Binary 10011010 1101011 10111110 10011 101100 0 11001 100010010 100111 111010

Color Harmonies of #9A6BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6BBE

Black with #9A6BBE

Text Example


Text Example

White with #9A6BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,107,190); }

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

background-color css

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

 a { background-color: rgb(154,107,190); }

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

border-color css

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

 span { border-color: rgb(154,107,190); }

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