Html Css Color HEX #947C8D Mountbatten Pink

📋 copy color: '#947C8D'

red 148 ◦ green 124 ◦ blue 141

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

Shades of Mountbatten Pink #947C8D

Tints of Mountbatten Pink #947C8D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.02%

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

R = 35.84%
G = 30.02%
B = 34.14%

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

#947C8D (or 0x947C8D) is known color: Mountbatten Pink. HEX triplet: 94, 7C and 8D. RGB value is (148,124,141). Sum of RGB (Red+Green+Blue) = 148+124+141=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 148 - color contains mainly: red. Hex color #947C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947C8D is #6B8372. Grayscale: #858585. Windows color (decimal): -7046003 or 9272468. OLE color: 9272468.

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

Color convert

RGB 148 124 141 -
CMYK 0 0.16 0.05 0.42
HSL 317.5º 0.1% 0.53% -
HSV(B) 317.5º 0.16% 0.58% -
XYZ 24.23 22.63 28.29 -
YUV 133.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 148 124 141 0 0.16 0.05 0.42 317.5 0.1 0.53
Hex 94 7C 8D 0 10 5 2A 13E A 35
Octal 224 174 215 0 20 5 52 476 12 65
Binary 10010100 1111100 10001101 0 10000 101 101010 100111110 1010 110101

Color Harmonies of #947C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C8D

Black with #947C8D

Text Example


Text Example

White with #947C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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