Html Css Color HEX #9778C5 Lilac Bush

📋 copy color: '#9778C5'

red 151 ◦ green 120 ◦ blue 197

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

Shades of Lilac Bush #9778C5

Tints of Lilac Bush #9778C5

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.64%

 BLUE value IS 197 (77.34% from 255) = 42.09%

R = 32.26%
G = 25.64%
B = 42.09%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9778C5 (or 0x9778C5) is known color: Lilac Bush. HEX triplet: 97, 78 and C5. RGB value is (151,120,197). Sum of RGB (Red+Green+Blue) = 151+120+197=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #9778C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9778C5 is #68873A. Grayscale: #898989. Windows color (decimal): -6850363 or 12941463. OLE color: 12941463.

HSL color Cylindrical-coordinate representation of color #9778C5: hue angle of 264.16º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9778C5 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 151 120 197 -
CMYK 0.23 0.39 0 0.23
HSL 264.16º 0.4% 0.62% -
HSV(B) 264.16º 0.39% 0.77% -
XYZ 29.56 24.04 55.91 -
YUV 138.05 161.27 137.24 -
System Red Green Blue C M Y K H S L
Decimal 151 120 197 0.23 0.39 0 0.23 264.16 0.4 0.62
Hex 97 78 C5 17 27 0 17 108 28 3E
Octal 227 170 305 27 47 0 27 410 50 76
Binary 10010111 1111000 11000101 10111 100111 0 10111 100001000 101000 111110

Color Harmonies of #9778C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9778C5

Black with #9778C5

Text Example


Text Example

White with #9778C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9778C5; }

 p { color: rgb(151,120,197); }

 H1.HeaderClassName
 {
   color: #9778C5;
 }
 .AnyTagClassName
 {
   color: #9778C5;
 }
</style>

background-color css

<style>
 a { background-color: #9778C5; }

 a { background-color: rgb(151,120,197); }

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

border-color css

<style>
 span { border-color: #9778C5; }

 span { border-color: rgb(151,120,197); }

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