Html Css Color HEX #977AC0 Lilac Bush

📋 copy color: '#977AC0'

red 151 ◦ green 122 ◦ blue 192

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

Shades of Lilac Bush #977AC0

Tints of Lilac Bush #977AC0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.24%

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

R = 32.47%
G = 26.24%
B = 41.29%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#977AC0 (or 0x977AC0) is known color: Lilac Bush. HEX triplet: 97, 7A and C0. RGB value is (151,122,192). Sum of RGB (Red+Green+Blue) = 151+122+192=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #977AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977AC0 is #68853F. Grayscale: #8A8A8A. Windows color (decimal): -6849856 or 12614295. OLE color: 12614295.

HSL color Cylindrical-coordinate representation of color #977AC0: hue angle of 264.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #977AC0 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 122 192 -
CMYK 0.21 0.36 0 0.25
HSL 264.86º 0.36% 0.62% -
HSV(B) 264.86º 0.36% 0.75% -
XYZ 29.24 24.3 53.02 -
YUV 138.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 151 122 192 0.21 0.36 0 0.25 264.86 0.36 0.62
Hex 97 7A C0 15 24 0 19 109 24 3E
Octal 227 172 300 25 44 0 31 411 44 76
Binary 10010111 1111010 11000000 10101 100100 0 11001 100001001 100100 111110

Color Harmonies of #977AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977AC0

Black with #977AC0

Text Example


Text Example

White with #977AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977AC0; }

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

 H1.HeaderClassName
 {
   color: #977AC0;
 }
 .AnyTagClassName
 {
   color: #977AC0;
 }
</style>

background-color css

<style>
 a { background-color: #977AC0; }

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

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

border-color css

<style>
 span { border-color: #977AC0; }

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

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