Html Css Color HEX #997AC1 Lilac Bush

📋 copy color: '#997AC1'

red 153 ◦ green 122 ◦ blue 193

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

Shades of Lilac Bush #997AC1

Tints of Lilac Bush #997AC1

RGB

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

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

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

R = 32.69%
G = 26.07%
B = 41.24%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#997AC1 (or 0x997AC1) is known color: Lilac Bush. HEX triplet: 99, 7A and C1. RGB value is (153,122,193). Sum of RGB (Red+Green+Blue) = 153+122+193=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #997AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997AC1 is #66853E. Grayscale: #8B8B8B. Windows color (decimal): -6718783 or 12679833. OLE color: 12679833.

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

Color convert

RGB 153 122 193 -
CMYK 0.21 0.37 0 0.24
HSL 266.2º 0.36% 0.62% -
HSV(B) 266.2º 0.37% 0.76% -
XYZ 29.72 24.54 53.62 -
YUV 139.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 153 122 193 0.21 0.37 0 0.24 266.2 0.36 0.62
Hex 99 7A C1 15 25 0 18 10A 24 3E
Octal 231 172 301 25 45 0 30 412 44 76
Binary 10011001 1111010 11000001 10101 100101 0 11000 100001010 100100 111110

Color Harmonies of #997AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997AC1

Black with #997AC1

Text Example


Text Example

White with #997AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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