Html Css Color HEX #94758A Mountbatten Pink

📋 copy color: '#94758A'

red 148 ◦ green 117 ◦ blue 138

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

Shades of Mountbatten Pink #94758A

Tints of Mountbatten Pink #94758A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.03%

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

R = 36.72%
G = 29.03%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#94758A (or 0x94758A) is known color: Mountbatten Pink. HEX triplet: 94, 75 and 8A. RGB value is (148,117,138). Sum of RGB (Red+Green+Blue) = 148+117+138=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #94758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94758A is #6B8A75. Grayscale: #808080. Windows color (decimal): -7047798 or 9074068. OLE color: 9074068.

HSL color Cylindrical-coordinate representation of color #94758A: hue angle of 319.35º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94758A is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 138 -
CMYK 0 0.21 0.07 0.42
HSL 319.35º 0.13% 0.52% -
HSV(B) 319.35º 0.21% 0.58% -
XYZ 23.16 20.85 26.85 -
YUV 128.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 148 117 138 0 0.21 0.07 0.42 319.35 0.13 0.52
Hex 94 75 8A 0 15 7 2A 13F D 34
Octal 224 165 212 0 25 7 52 477 15 64
Binary 10010100 1110101 10001010 0 10101 111 101010 100111111 1101 110100

Color Harmonies of #94758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94758A

Black with #94758A

Text Example


Text Example

White with #94758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94758A; }

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

 H1.HeaderClassName
 {
   color: #94758A;
 }
 .AnyTagClassName
 {
   color: #94758A;
 }
</style>

background-color css

<style>
 a { background-color: #94758A; }

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

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

border-color css

<style>
 span { border-color: #94758A; }

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

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