Html Css Color HEX #947590 Mountbatten Pink

📋 copy color: '#947590'

red 148 ◦ green 117 ◦ blue 144

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

Shades of Mountbatten Pink #947590

Tints of Mountbatten Pink #947590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.21%

R = 36.19%
G = 28.61%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#947590 (or 0x947590) is known color: Mountbatten Pink. HEX triplet: 94, 75 and 90. RGB value is (148,117,144). Sum of RGB (Red+Green+Blue) = 148+117+144=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #947590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947590 is #6B8A6F. Grayscale: #818181. Windows color (decimal): -7047792 or 9467284. OLE color: 9467284.

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

Color convert

RGB 148 117 144 -
CMYK 0 0.21 0.03 0.42
HSL 307.74º 0.13% 0.52% -
HSV(B) 307.74º 0.21% 0.58% -
XYZ 23.61 21.03 29.2 -
YUV 129.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 148 117 144 0 0.21 0.03 0.42 307.74 0.13 0.52
Hex 94 75 90 0 15 3 2A 134 D 34
Octal 224 165 220 0 25 3 52 464 15 64
Binary 10010100 1110101 10010000 0 10101 11 101010 100110100 1101 110100

Color Harmonies of #947590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947590

Black with #947590

Text Example


Text Example

White with #947590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947590; }

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

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

background-color css

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

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

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

border-color css

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

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

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