Html Css Color HEX #947D8E Mountbatten Pink

📋 copy color: '#947D8E'

red 148 ◦ green 125 ◦ blue 142

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

Shades of Mountbatten Pink #947D8E

Tints of Mountbatten Pink #947D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.22%

R = 35.66%
G = 30.12%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#947D8E (or 0x947D8E) is known color: Mountbatten Pink. HEX triplet: 94, 7D and 8E. RGB value is (148,125,142). Sum of RGB (Red+Green+Blue) = 148+125+142=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 148 - color contains mainly: red. Hex color #947D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947D8E is #6B8271. Grayscale: #858585. Windows color (decimal): -7045746 or 9338260. OLE color: 9338260.

HSL color Cylindrical-coordinate representation of color #947D8E: hue angle of 315.65º 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 #947D8E is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 125 142 -
CMYK 0 0.16 0.04 0.42
HSL 315.65º 0.1% 0.54% -
HSV(B) 315.65º 0.16% 0.58% -
XYZ 24.43 22.92 28.73 -
YUV 133.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 148 125 142 0 0.16 0.04 0.42 315.65 0.1 0.54
Hex 94 7D 8E 0 10 4 2A 13C A 36
Octal 224 175 216 0 20 4 52 474 12 66
Binary 10010100 1111101 10001110 0 10000 100 101010 100111100 1010 110110

Color Harmonies of #947D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D8E

Black with #947D8E

Text Example


Text Example

White with #947D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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