Html Css Color HEX #997BC4 Lilac Bush

📋 copy color: '#997BC4'

red 153 ◦ green 123 ◦ blue 196

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

Shades of Lilac Bush #997BC4

Tints of Lilac Bush #997BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.53%

R = 32.42%
G = 26.06%
B = 41.53%

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

#997BC4 (or 0x997BC4) is known color: Lilac Bush. HEX triplet: 99, 7B and C4. RGB value is (153,123,196). Sum of RGB (Red+Green+Blue) = 153+123+196=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 196 - color contains mainly: blue. Hex color #997BC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997BC4 is #66843B. Grayscale: #8C8C8C. Windows color (decimal): -6718524 or 12876697. OLE color: 12876697.

HSL color Cylindrical-coordinate representation of color #997BC4: hue angle of 264.66º 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 #997BC4 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 153 123 196 -
CMYK 0.22 0.37 0 0.23
HSL 264.66º 0.38% 0.63% -
HSV(B) 264.66º 0.37% 0.77% -
XYZ 30.18 24.92 55.44 -
YUV 140.29 159.44 137.06 -
System Red Green Blue C M Y K H S L
Decimal 153 123 196 0.22 0.37 0 0.23 264.66 0.38 0.63
Hex 99 7B C4 16 25 0 17 109 26 3F
Octal 231 173 304 26 45 0 27 411 46 77
Binary 10011001 1111011 11000100 10110 100101 0 10111 100001001 100110 111111

Color Harmonies of #997BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997BC4

Black with #997BC4

Text Example


Text Example

White with #997BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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