Html Css Color HEX #997BC1 Lilac Bush

📋 copy color: '#997BC1'

red 153 ◦ green 123 ◦ blue 193

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

Shades of Lilac Bush #997BC1

Tints of Lilac Bush #997BC1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.23%

 BLUE value IS 193 (75.78% from 255) = 41.15%

R = 32.62%
G = 26.23%
B = 41.15%

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

#997BC1 (or 0x997BC1) is known color: Lilac Bush. HEX triplet: 99, 7B and C1. RGB value is (153,123,193). Sum of RGB (Red+Green+Blue) = 153+123+193=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #997BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997BC1 is #66843E. Grayscale: #8B8B8B. Windows color (decimal): -6718527 or 12680089. OLE color: 12680089.

HSL color Cylindrical-coordinate representation of color #997BC1: hue angle of 265.71º 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 #997BC1 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 123 193 -
CMYK 0.21 0.36 0 0.24
HSL 265.71º 0.36% 0.62% -
HSV(B) 265.71º 0.36% 0.76% -
XYZ 29.85 24.79 53.66 -
YUV 139.95 157.94 137.31 -
System Red Green Blue C M Y K H S L
Decimal 153 123 193 0.21 0.36 0 0.24 265.71 0.36 0.62
Hex 99 7B C1 15 24 0 18 10A 24 3E
Octal 231 173 301 25 44 0 30 412 44 76
Binary 10011001 1111011 11000001 10101 100100 0 11000 100001010 100100 111110

Color Harmonies of #997BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997BC1

Black with #997BC1

Text Example


Text Example

White with #997BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,123,193); }

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

background-color css

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

 a { background-color: rgb(153,123,193); }

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

border-color css

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

 span { border-color: rgb(153,123,193); }

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