Html Css Color HEX #997CC2 Lilac Bush

📋 copy color: '#997CC2'

red 153 ◦ green 124 ◦ blue 194

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

Shades of Lilac Bush #997CC2

Tints of Lilac Bush #997CC2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.33%

 BLUE value IS 194 (76.17% from 255) = 41.19%

R = 32.48%
G = 26.33%
B = 41.19%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#997CC2 (or 0x997CC2) is known color: Lilac Bush. HEX triplet: 99, 7C and C2. RGB value is (153,124,194). Sum of RGB (Red+Green+Blue) = 153+124+194=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 194 - color contains mainly: blue. Hex color #997CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CC2 is #66833D. Grayscale: #8C8C8C. Windows color (decimal): -6718270 or 12745881. OLE color: 12745881.

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

Color convert

RGB 153 124 194 -
CMYK 0.21 0.36 0 0.24
HSL 264.86º 0.36% 0.62% -
HSV(B) 264.86º 0.36% 0.76% -
XYZ 30.08 25.08 54.29 -
YUV 140.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 153 124 194 0.21 0.36 0 0.24 264.86 0.36 0.62
Hex 99 7C C2 15 24 0 18 109 24 3E
Octal 231 174 302 25 44 0 30 411 44 76
Binary 10011001 1111100 11000010 10101 100100 0 11000 100001001 100100 111110

Color Harmonies of #997CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997CC2

Black with #997CC2

Text Example


Text Example

White with #997CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,124,194); }

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

background-color css

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

 a { background-color: rgb(153,124,194); }

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

border-color css

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

 span { border-color: rgb(153,124,194); }

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