Html Css Color HEX #9771C0 Lilac Bush

📋 copy color: '#9771C0'

red 151 ◦ green 113 ◦ blue 192

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

Shades of Lilac Bush #9771C0

Tints of Lilac Bush #9771C0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.78%

 BLUE value IS 192 (75.39% from 255) = 42.11%

R = 33.11%
G = 24.78%
B = 42.11%

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

#9771C0 (or 0x9771C0) is known color: Lilac Bush. HEX triplet: 97, 71 and C0. RGB value is (151,113,192). Sum of RGB (Red+Green+Blue) = 151+113+192=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #9771C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9771C0 is #688E3F. Grayscale: #858585. Windows color (decimal): -6852160 or 12611991. OLE color: 12611991.

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

Color convert

RGB 151 113 192 -
CMYK 0.21 0.41 0 0.25
HSL 268.86º 0.39% 0.6% -
HSV(B) 268.86º 0.41% 0.75% -
XYZ 28.18 22.2 52.67 -
YUV 133.37 161.09 140.58 -
System Red Green Blue C M Y K H S L
Decimal 151 113 192 0.21 0.41 0 0.25 268.86 0.39 0.6
Hex 97 71 C0 15 29 0 19 10D 27 3C
Octal 227 161 300 25 51 0 31 415 47 74
Binary 10010111 1110001 11000000 10101 101001 0 11001 100001101 100111 111100

Color Harmonies of #9771C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9771C0

Black with #9771C0

Text Example


Text Example

White with #9771C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9771C0; }

 p { color: rgb(151,113,192); }

 H1.HeaderClassName
 {
   color: #9771C0;
 }
 .AnyTagClassName
 {
   color: #9771C0;
 }
</style>

background-color css

<style>
 a { background-color: #9771C0; }

 a { background-color: rgb(151,113,192); }

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

border-color css

<style>
 span { border-color: #9771C0; }

 span { border-color: rgb(151,113,192); }

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