Html Css Color HEX #996C8F Mountbatten Pink

📋 copy color: '#996C8F'

red 153 ◦ green 108 ◦ blue 143

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

Shades of Mountbatten Pink #996C8F

Tints of Mountbatten Pink #996C8F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.73%

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

R = 37.87%
G = 26.73%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#996C8F (or 0x996C8F) is known color: Mountbatten Pink. HEX triplet: 99, 6C and 8F. RGB value is (153,108,143). Sum of RGB (Red+Green+Blue) = 153+108+143=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #996C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996C8F is #669370. Grayscale: #7D7D7D. Windows color (decimal): -6722417 or 9399449. OLE color: 9399449.

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

Color convert

RGB 153 108 143 -
CMYK 0 0.29 0.07 0.4
HSL 313.33º 0.18% 0.51% -
HSV(B) 313.33º 0.29% 0.6% -
XYZ 23.46 19.48 28.51 -
YUV 125.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 153 108 143 0 0.29 0.07 0.4 313.33 0.18 0.51
Hex 99 6C 8F 0 1D 7 28 139 12 33
Octal 231 154 217 0 35 7 50 471 22 63
Binary 10011001 1101100 10001111 0 11101 111 101000 100111001 10010 110011

Color Harmonies of #996C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996C8F

Black with #996C8F

Text Example


Text Example

White with #996C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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