Html Css Color HEX #9768BA Lilac Bush

📋 copy color: '#9768BA'

red 151 ◦ green 104 ◦ blue 186

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

Shades of Lilac Bush #9768BA

Tints of Lilac Bush #9768BA

RGB

 RED value IS 151 (59.38% from 255) = 34.24%

 GREEN value IS 104 (41.02% from 255) = 23.58%

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 34.24%
G = 23.58%
B = 42.18%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9768BA (or 0x9768BA) is known color: Lilac Bush. HEX triplet: 97, 68 and BA. RGB value is (151,104,186). Sum of RGB (Red+Green+Blue) = 151+104+186=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #9768BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9768BA is #689745. Grayscale: #7F7F7F. Windows color (decimal): -6854470 or 12216471. OLE color: 12216471.

HSL color Cylindrical-coordinate representation of color #9768BA: hue angle of 274.39º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9768BA is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 104 186 -
CMYK 0.19 0.44 0 0.27
HSL 274.39º 0.37% 0.57% -
HSV(B) 274.39º 0.44% 0.73% -
XYZ 26.58 20.03 48.92 -
YUV 127.4 161.07 144.83 -
System Red Green Blue C M Y K H S L
Decimal 151 104 186 0.19 0.44 0 0.27 274.39 0.37 0.57
Hex 97 68 BA 13 2C 0 1B 112 25 39
Octal 227 150 272 23 54 0 33 422 45 71
Binary 10010111 1101000 10111010 10011 101100 0 11011 100010010 100101 111001

Color Harmonies of #9768BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9768BA

Black with #9768BA

Text Example


Text Example

White with #9768BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9768BA; }

 p { color: rgb(151,104,186); }

 H1.HeaderClassName
 {
   color: #9768BA;
 }
 .AnyTagClassName
 {
   color: #9768BA;
 }
</style>

background-color css

<style>
 a { background-color: #9768BA; }

 a { background-color: rgb(151,104,186); }

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

border-color css

<style>
 span { border-color: #9768BA; }

 span { border-color: rgb(151,104,186); }

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