Html Css Color HEX #996FC5 Lilac Bush

📋 copy color: '#996FC5'

red 153 ◦ green 111 ◦ blue 197

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

Shades of Lilac Bush #996FC5

Tints of Lilac Bush #996FC5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.08%

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

R = 33.19%
G = 24.08%
B = 42.73%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#996FC5 (or 0x996FC5) is known color: Lilac Bush. HEX triplet: 99, 6F and C5. RGB value is (153,111,197). Sum of RGB (Red+Green+Blue) = 153+111+197=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 197 - color contains mainly: blue. Hex color #996FC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FC5 is #66903A. Grayscale: #858585. Windows color (decimal): -6721595 or 12939161. OLE color: 12939161.

HSL color Cylindrical-coordinate representation of color #996FC5: hue angle of 269.3º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #996FC5 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 153 111 197 -
CMYK 0.22 0.44 0 0.23
HSL 269.3º 0.43% 0.6% -
HSV(B) 269.3º 0.44% 0.77% -
XYZ 28.9 22.17 55.58 -
YUV 133.36 163.91 142.01 -
System Red Green Blue C M Y K H S L
Decimal 153 111 197 0.22 0.44 0 0.23 269.3 0.43 0.6
Hex 99 6F C5 16 2C 0 17 10D 2B 3C
Octal 231 157 305 26 54 0 27 415 53 74
Binary 10011001 1101111 11000101 10110 101100 0 10111 100001101 101011 111100

Color Harmonies of #996FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996FC5

Black with #996FC5

Text Example


Text Example

White with #996FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996FC5; }

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

 H1.HeaderClassName
 {
   color: #996FC5;
 }
 .AnyTagClassName
 {
   color: #996FC5;
 }
</style>

background-color css

<style>
 a { background-color: #996FC5; }

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

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

border-color css

<style>
 span { border-color: #996FC5; }

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

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