Html Css Color HEX #996A8F Mountbatten Pink

📋 copy color: '#996A8F'

red 153 ◦ green 106 ◦ blue 143

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

Shades of Mountbatten Pink #996A8F

Tints of Mountbatten Pink #996A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.57%

R = 38.06%
G = 26.37%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#996A8F (or 0x996A8F) is known color: Mountbatten Pink. HEX triplet: 99, 6A and 8F. RGB value is (153,106,143). Sum of RGB (Red+Green+Blue) = 153+106+143=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #996A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996A8F is #669570. Grayscale: #7C7C7C. Windows color (decimal): -6722929 or 9398937. OLE color: 9398937.

HSL color Cylindrical-coordinate representation of color #996A8F: hue angle of 312.77º 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 #996A8F is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 106 143 -
CMYK 0 0.31 0.07 0.4
HSL 312.77º 0.19% 0.51% -
HSV(B) 312.77º 0.31% 0.6% -
XYZ 23.25 19.06 28.44 -
YUV 124.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 153 106 143 0 0.31 0.07 0.4 312.77 0.19 0.51
Hex 99 6A 8F 0 1F 7 28 139 13 33
Octal 231 152 217 0 37 7 50 471 23 63
Binary 10011001 1101010 10001111 0 11111 111 101000 100111001 10011 110011

Color Harmonies of #996A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A8F

Black with #996A8F

Text Example


Text Example

White with #996A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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