Html Css Color HEX #947588 Mountbatten Pink

📋 copy color: '#947588'

red 148 ◦ green 117 ◦ blue 136

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

Shades of Mountbatten Pink #947588

Tints of Mountbatten Pink #947588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.92%

R = 36.91%
G = 29.18%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#947588 (or 0x947588) is known color: Mountbatten Pink. HEX triplet: 94, 75 and 88. RGB value is (148,117,136). Sum of RGB (Red+Green+Blue) = 148+117+136=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #947588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947588 is #6B8A77. Grayscale: #808080. Windows color (decimal): -7047800 or 8942996. OLE color: 8942996.

HSL color Cylindrical-coordinate representation of color #947588: hue angle of 323.23º 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 #947588 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 136 -
CMYK 0 0.21 0.08 0.42
HSL 323.23º 0.13% 0.52% -
HSV(B) 323.23º 0.21% 0.58% -
XYZ 23.02 20.8 26.09 -
YUV 128.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 148 117 136 0 0.21 0.08 0.42 323.23 0.13 0.52
Hex 94 75 88 0 15 8 2A 143 D 34
Octal 224 165 210 0 25 10 52 503 15 64
Binary 10010100 1110101 10001000 0 10101 1000 101010 101000011 1101 110100

Color Harmonies of #947588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947588

Black with #947588

Text Example


Text Example

White with #947588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947588; }

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

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

background-color css

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

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

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

border-color css

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

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

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