Shades of Mountbatten Pink #947A8C
Tints of Mountbatten Pink #947A8C
RGB
CMYK
RGB Variations
Color information
#947A8C (or 0x947A8C) is known color: Mountbatten Pink. HEX triplet: 94, 7A and 8C. RGB value is (148,122,140). Sum of RGB (Red+Green+Blue) = 148+122+140=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 148 - color contains mainly: red. Hex color #947A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947A8C is #6B8573. Grayscale: #838383. Windows color (decimal): -7046516 or 9206420. OLE color: 9206420.
HSL color Cylindrical-coordinate representation of color #947A8C: hue angle of 318.46º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #947A8C is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
RGB | 148 | 122 | 140 | - |
CMYK | 0 | 0.18 | 0.05 | 0.42 |
HSL | 318.46º | 0.11% | 0.53% | - |
HSV(B) | 318.46º | 0.18% | 0.58% | - |
XYZ | 23.91 | 22.11 | 27.82 | - |
YUV | 131.83 | 132.61 | 139.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 148 | 122 | 140 | 0 | 0.18 | 0.05 | 0.42 | 318.46 | 0.11 | 0.53 |
Hex | 94 | 7A | 8C | 0 | 12 | 5 | 2A | 13E | B | 35 |
Octal | 224 | 172 | 214 | 0 | 22 | 5 | 52 | 476 | 13 | 65 |
Binary | 10010100 | 1111010 | 10001100 | 0 | 10010 | 101 | 101010 | 100111110 | 1011 | 110101 |
Color Harmonies of #947A8C
Complementary color
Monochromatic Colors of #947A8C
Black with #947A8C
Text Example
Text Example
White with #947A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947A8C; }
p { color: rgb(148,122,140); }
H1.HeaderClassName
{
color: #947A8C;
}
.AnyTagClassName
{
color: #947A8C;
}
</style>
background-color css
<style>
a { background-color: #947A8C; }
a { background-color: rgb(148,122,140); }
div.DivClassName
{
background-color: #947A8C;
}
.BgClassName
{
background-color: #947A8C;
}
</style>
border-color css
<style>
span { border-color: #947A8C; }
span { border-color: rgb(148,122,140); }
td.TdClassName
{
border-color: #947A8C;
}
.TagClassName
{
border-color: #947A8C;
}
</style>