Html Css Color HEX #9771CF Lilac Bush

📋 copy color: '#9771CF'

red 151 ◦ green 113 ◦ blue 207

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

Shades of Lilac Bush #9771CF

Tints of Lilac Bush #9771CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.95%

R = 32.06%
G = 23.99%
B = 43.95%

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

#9771CF (or 0x9771CF) is known color: Lilac Bush. HEX triplet: 97, 71 and CF. RGB value is (151,113,207). Sum of RGB (Red+Green+Blue) = 151+113+207=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #9771CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9771CF is #688E30. Grayscale: #868686. Windows color (decimal): -6852145 or 13595031. OLE color: 13595031.

HSL color Cylindrical-coordinate representation of color #9771CF: hue angle of 264.26º 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 #9771CF is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 113 207 -
CMYK 0.27 0.45 0 0.19
HSL 264.26º 0.49% 0.63% -
HSV(B) 264.26º 0.45% 0.81% -
XYZ 29.93 22.89 61.87 -
YUV 135.08 168.59 139.36 -
System Red Green Blue C M Y K H S L
Decimal 151 113 207 0.27 0.45 0 0.19 264.26 0.49 0.63
Hex 97 71 CF 1B 2D 0 13 108 31 3F
Octal 227 161 317 33 55 0 23 410 61 77
Binary 10010111 1110001 11001111 11011 101101 0 10011 100001000 110001 111111

Color Harmonies of #9771CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9771CF

Black with #9771CF

Text Example


Text Example

White with #9771CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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