Html Css Color HEX #947D8D Mountbatten Pink

📋 copy color: '#947D8D'

red 148 ◦ green 125 ◦ blue 141

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

Shades of Mountbatten Pink #947D8D

Tints of Mountbatten Pink #947D8D

RGB

 RED value IS 148 (58.2% from 255) = 35.75%

 GREEN value IS 125 (49.22% from 255) = 30.19%

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 35.75%
G = 30.19%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#947D8D (or 0x947D8D) is known color: Mountbatten Pink. HEX triplet: 94, 7D and 8D. RGB value is (148,125,141). Sum of RGB (Red+Green+Blue) = 148+125+141=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 148 - color contains mainly: red. Hex color #947D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947D8D is #6B8272. Grayscale: #858585. Windows color (decimal): -7045747 or 9272724. OLE color: 9272724.

HSL color Cylindrical-coordinate representation of color #947D8D: hue angle of 318.26º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #947D8D is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 125 141 -
CMYK 0 0.16 0.05 0.42
HSL 318.26º 0.1% 0.54% -
HSV(B) 318.26º 0.16% 0.58% -
XYZ 24.35 22.89 28.33 -
YUV 133.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 148 125 141 0 0.16 0.05 0.42 318.26 0.1 0.54
Hex 94 7D 8D 0 10 5 2A 13E A 36
Octal 224 175 215 0 20 5 52 476 12 66
Binary 10010100 1111101 10001101 0 10000 101 101010 100111110 1010 110110

Color Harmonies of #947D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D8D

Black with #947D8D

Text Example


Text Example

White with #947D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947D8D; }

 p { color: rgb(148,125,141); }

 H1.HeaderClassName
 {
   color: #947D8D;
 }
 .AnyTagClassName
 {
   color: #947D8D;
 }
</style>

background-color css

<style>
 a { background-color: #947D8D; }

 a { background-color: rgb(148,125,141); }

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

border-color css

<style>
 span { border-color: #947D8D; }

 span { border-color: rgb(148,125,141); }

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