Html Css Color HEX #94708E Mountbatten Pink

📋 copy color: '#94708E'

red 148 ◦ green 112 ◦ blue 142

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

Shades of Mountbatten Pink #94708E

Tints of Mountbatten Pink #94708E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.86%

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

R = 36.82%
G = 27.86%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#94708E (or 0x94708E) is known color: Mountbatten Pink. HEX triplet: 94, 70 and 8E. RGB value is (148,112,142). Sum of RGB (Red+Green+Blue) = 148+112+142=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #94708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94708E is #6B8F71. Grayscale: #7E7E7E. Windows color (decimal): -7049074 or 9334932. OLE color: 9334932.

HSL color Cylindrical-coordinate representation of color #94708E: hue angle of 310º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94708E is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 112 142 -
CMYK 0 0.24 0.04 0.42
HSL 310º 0.14% 0.51% -
HSV(B) 310º 0.24% 0.58% -
XYZ 22.89 19.84 28.21 -
YUV 126.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 148 112 142 0 0.24 0.04 0.42 310 0.14 0.51
Hex 94 70 8E 0 18 4 2A 136 E 33
Octal 224 160 216 0 30 4 52 466 16 63
Binary 10010100 1110000 10001110 0 11000 100 101010 100110110 1110 110011

Color Harmonies of #94708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94708E

Black with #94708E

Text Example


Text Example

White with #94708E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94708E; }

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

 H1.HeaderClassName
 {
   color: #94708E;
 }
 .AnyTagClassName
 {
   color: #94708E;
 }
</style>

background-color css

<style>
 a { background-color: #94708E; }

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

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

border-color css

<style>
 span { border-color: #94708E; }

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

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