Html Css Color HEX #997DC5 Lilac Bush

📋 copy color: '#997DC5'

red 153 ◦ green 125 ◦ blue 197

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

Shades of Lilac Bush #997DC5

Tints of Lilac Bush #997DC5

RGB

 RED value IS 153 (60.16% from 255) = 32.21%

 GREEN value IS 125 (49.22% from 255) = 26.32%

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

R = 32.21%
G = 26.32%
B = 41.47%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#997DC5 (or 0x997DC5) is known color: Lilac Bush. HEX triplet: 99, 7D and C5. RGB value is (153,125,197). Sum of RGB (Red+Green+Blue) = 153+125+197=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 197 - color contains mainly: blue. Hex color #997DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DC5 is #66823A. Grayscale: #8D8D8D. Windows color (decimal): -6718011 or 12942745. OLE color: 12942745.

HSL color Cylindrical-coordinate representation of color #997DC5: hue angle of 263.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #997DC5 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 153 125 197 -
CMYK 0.22 0.37 0 0.23
HSL 263.33º 0.38% 0.63% -
HSV(B) 263.33º 0.37% 0.77% -
XYZ 30.55 25.47 56.13 -
YUV 141.58 159.28 136.15 -
System Red Green Blue C M Y K H S L
Decimal 153 125 197 0.22 0.37 0 0.23 263.33 0.38 0.63
Hex 99 7D C5 16 25 0 17 107 26 3F
Octal 231 175 305 26 45 0 27 407 46 77
Binary 10011001 1111101 11000101 10110 100101 0 10111 100000111 100110 111111

Color Harmonies of #997DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997DC5

Black with #997DC5

Text Example


Text Example

White with #997DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997DC5; }

 p { color: rgb(153,125,197); }

 H1.HeaderClassName
 {
   color: #997DC5;
 }
 .AnyTagClassName
 {
   color: #997DC5;
 }
</style>

background-color css

<style>
 a { background-color: #997DC5; }

 a { background-color: rgb(153,125,197); }

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

border-color css

<style>
 span { border-color: #997DC5; }

 span { border-color: rgb(153,125,197); }

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