Html Css Color HEX #947591 Mountbatten Pink

📋 copy color: '#947591'

red 148 ◦ green 117 ◦ blue 145

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

Shades of Mountbatten Pink #947591

Tints of Mountbatten Pink #947591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.37%

R = 36.1%
G = 28.54%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#947591 (or 0x947591) is known color: Mountbatten Pink. HEX triplet: 94, 75 and 91. RGB value is (148,117,145). Sum of RGB (Red+Green+Blue) = 148+117+145=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 148 - color contains mainly: red. Hex color #947591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947591 is #6B8A6E. Grayscale: #818181. Windows color (decimal): -7047791 or 9532820. OLE color: 9532820.

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

Color convert

RGB 148 117 145 -
CMYK 0 0.21 0.02 0.42
HSL 305.81º 0.13% 0.52% -
HSV(B) 305.81º 0.21% 0.58% -
XYZ 23.68 21.06 29.61 -
YUV 129.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 148 117 145 0 0.21 0.02 0.42 305.81 0.13 0.52
Hex 94 75 91 0 15 2 2A 132 D 34
Octal 224 165 221 0 25 2 52 462 15 64
Binary 10010100 1110101 10010001 0 10101 10 101010 100110010 1101 110100

Color Harmonies of #947591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947591

Black with #947591

Text Example


Text Example

White with #947591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947591; }

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

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

background-color css

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

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

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

border-color css

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

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

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