Html Css Color HEX #9770BE Lilac Bush

📋 copy color: '#9770BE'

red 151 ◦ green 112 ◦ blue 190

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

Shades of Lilac Bush #9770BE

Tints of Lilac Bush #9770BE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.72%

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

R = 33.33%
G = 24.72%
B = 41.94%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9770BE (or 0x9770BE) is known color: Lilac Bush. HEX triplet: 97, 70 and BE. RGB value is (151,112,190). Sum of RGB (Red+Green+Blue) = 151+112+190=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #9770BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9770BE is #688F41. Grayscale: #848484. Windows color (decimal): -6852418 or 12480663. OLE color: 12480663.

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

Color convert

RGB 151 112 190 -
CMYK 0.21 0.41 0 0.25
HSL 270º 0.38% 0.59% -
HSV(B) 270º 0.41% 0.75% -
XYZ 27.85 21.89 51.47 -
YUV 132.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 151 112 190 0.21 0.41 0 0.25 270 0.38 0.59
Hex 97 70 BE 15 29 0 19 10E 26 3B
Octal 227 160 276 25 51 0 31 416 46 73
Binary 10010111 1110000 10111110 10101 101001 0 11001 100001110 100110 111011

Color Harmonies of #9770BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9770BE

Black with #9770BE

Text Example


Text Example

White with #9770BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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