Html Css Color HEX #9771CE Lilac Bush

📋 copy color: '#9771CE'

red 151 ◦ green 113 ◦ blue 206

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

Shades of Lilac Bush #9771CE

Tints of Lilac Bush #9771CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 32.13%
G = 24.04%
B = 43.83%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9771CE (or 0x9771CE) is known color: Lilac Bush. HEX triplet: 97, 71 and CE. RGB value is (151,113,206). Sum of RGB (Red+Green+Blue) = 151+113+206=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #9771CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9771CE is #688E31. Grayscale: #868686. Windows color (decimal): -6852146 or 13529495. OLE color: 13529495.

HSL color Cylindrical-coordinate representation of color #9771CE: hue angle of 264.52º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9771CE is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 113 206 -
CMYK 0.27 0.45 0 0.19
HSL 264.52º 0.49% 0.63% -
HSV(B) 264.52º 0.45% 0.81% -
XYZ 29.81 22.85 61.23 -
YUV 134.96 168.09 139.44 -
System Red Green Blue C M Y K H S L
Decimal 151 113 206 0.27 0.45 0 0.19 264.52 0.49 0.63
Hex 97 71 CE 1B 2D 0 13 109 31 3F
Octal 227 161 316 33 55 0 23 411 61 77
Binary 10010111 1110001 11001110 11011 101101 0 10011 100001001 110001 111111

Color Harmonies of #9771CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9771CE

Black with #9771CE

Text Example


Text Example

White with #9771CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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