Html Css Color HEX #9768BE Lilac Bush

📋 copy color: '#9768BE'

red 151 ◦ green 104 ◦ blue 190

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

Shades of Lilac Bush #9768BE

Tints of Lilac Bush #9768BE

RGB

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

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

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

R = 33.93%
G = 23.37%
B = 42.7%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9768BE (or 0x9768BE) is known color: Lilac Bush. HEX triplet: 97, 68 and BE. RGB value is (151,104,190). Sum of RGB (Red+Green+Blue) = 151+104+190=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #9768BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9768BE is #689741. Grayscale: #7F7F7F. Windows color (decimal): -6854466 or 12478615. OLE color: 12478615.

HSL color Cylindrical-coordinate representation of color #9768BE: hue angle of 272.79º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9768BE is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 104 190 -
CMYK 0.21 0.45 0 0.25
HSL 272.79º 0.4% 0.58% -
HSV(B) 272.79º 0.45% 0.75% -
XYZ 27.01 20.2 51.19 -
YUV 127.86 163.07 144.51 -
System Red Green Blue C M Y K H S L
Decimal 151 104 190 0.21 0.45 0 0.25 272.79 0.4 0.58
Hex 97 68 BE 15 2D 0 19 111 28 3A
Octal 227 150 276 25 55 0 31 421 50 72
Binary 10010111 1101000 10111110 10101 101101 0 11001 100010001 101000 111010

Color Harmonies of #9768BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9768BE

Black with #9768BE

Text Example


Text Example

White with #9768BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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