Html Css Color HEX #996A8C Mountbatten Pink

📋 copy color: '#996A8C'

red 153 ◦ green 106 ◦ blue 140

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

Shades of Mountbatten Pink #996A8C

Tints of Mountbatten Pink #996A8C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.57%

 BLUE value IS 140 (55.08% from 255) = 35.09%

R = 38.35%
G = 26.57%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#996A8C (or 0x996A8C) is known color: Mountbatten Pink. HEX triplet: 99, 6A and 8C. RGB value is (153,106,140). Sum of RGB (Red+Green+Blue) = 153+106+140=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #996A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996A8C is #669573. Grayscale: #7B7B7B. Windows color (decimal): -6722932 or 9202329. OLE color: 9202329.

HSL color Cylindrical-coordinate representation of color #996A8C: hue angle of 316.6º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996A8C is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 106 140 -
CMYK 0 0.31 0.08 0.4
HSL 316.6º 0.19% 0.51% -
HSV(B) 316.6º 0.31% 0.6% -
XYZ 23.02 18.97 27.26 -
YUV 123.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 153 106 140 0 0.31 0.08 0.4 316.6 0.19 0.51
Hex 99 6A 8C 0 1F 8 28 13D 13 33
Octal 231 152 214 0 37 10 50 475 23 63
Binary 10011001 1101010 10001100 0 11111 1000 101000 100111101 10011 110011

Color Harmonies of #996A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A8C

Black with #996A8C

Text Example


Text Example

White with #996A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,106,140); }

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

background-color css

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

 a { background-color: rgb(153,106,140); }

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

border-color css

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

 span { border-color: rgb(153,106,140); }

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