Html Css Color HEX #947A8A Mountbatten Pink

📋 copy color: '#947A8A'

red 148 ◦ green 122 ◦ blue 138

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

Shades of Mountbatten Pink #947A8A

Tints of Mountbatten Pink #947A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.9%

 BLUE value IS 138 (54.3% from 255) = 33.82%

R = 36.27%
G = 29.9%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#947A8A (or 0x947A8A) is known color: Mountbatten Pink. HEX triplet: 94, 7A and 8A. RGB value is (148,122,138). Sum of RGB (Red+Green+Blue) = 148+122+138=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 148 - color contains mainly: red. Hex color #947A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947A8A is #6B8575. Grayscale: #838383. Windows color (decimal): -7046518 or 9075348. OLE color: 9075348.

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

Color convert

RGB 148 122 138 -
CMYK 0 0.18 0.07 0.42
HSL 323.08º 0.11% 0.53% -
HSV(B) 323.08º 0.18% 0.58% -
XYZ 23.76 22.05 27.05 -
YUV 131.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 148 122 138 0 0.18 0.07 0.42 323.08 0.11 0.53
Hex 94 7A 8A 0 12 7 2A 143 B 35
Octal 224 172 212 0 22 7 52 503 13 65
Binary 10010100 1111010 10001010 0 10010 111 101010 101000011 1011 110101

Color Harmonies of #947A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A8A

Black with #947A8A

Text Example


Text Example

White with #947A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,122,138); }

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

background-color css

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

 a { background-color: rgb(148,122,138); }

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

border-color css

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

 span { border-color: rgb(148,122,138); }

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