Html Css Color HEX #94708C Mountbatten Pink

📋 copy color: '#94708C'

red 148 ◦ green 112 ◦ blue 140

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

Shades of Mountbatten Pink #94708C

Tints of Mountbatten Pink #94708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35%

R = 37%
G = 28%
B = 35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#94708C (or 0x94708C) is known color: Mountbatten Pink. HEX triplet: 94, 70 and 8C. RGB value is (148,112,140). Sum of RGB (Red+Green+Blue) = 148+112+140=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #94708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94708C is #6B8F73. Grayscale: #7D7D7D. Windows color (decimal): -7049076 or 9203860. OLE color: 9203860.

HSL color Cylindrical-coordinate representation of color #94708C: hue angle of 313.33º 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 #94708C is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 112 140 -
CMYK 0 0.24 0.05 0.42
HSL 313.33º 0.14% 0.51% -
HSV(B) 313.33º 0.24% 0.58% -
XYZ 22.74 19.78 27.43 -
YUV 125.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 148 112 140 0 0.24 0.05 0.42 313.33 0.14 0.51
Hex 94 70 8C 0 18 5 2A 139 E 33
Octal 224 160 214 0 30 5 52 471 16 63
Binary 10010100 1110000 10001100 0 11000 101 101010 100111001 1110 110011

Color Harmonies of #94708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94708C

Black with #94708C

Text Example


Text Example

White with #94708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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