Html Css Color HEX #937590 Mountbatten Pink

📋 copy color: '#937590'

red 147 ◦ green 117 ◦ blue 144

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

Shades of Mountbatten Pink #937590

Tints of Mountbatten Pink #937590

RGB

 RED value IS 147 (57.81% from 255) = 36.03%

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

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

R = 36.03%
G = 28.68%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#937590 (or 0x937590) is known color: Mountbatten Pink. HEX triplet: 93, 75 and 90. RGB value is (147,117,144). Sum of RGB (Red+Green+Blue) = 147+117+144=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 147 - color contains mainly: red. Hex color #937590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937590 is #6C8A6F. Grayscale: #808080. Windows color (decimal): -7113328 or 9467283. OLE color: 9467283.

HSL color Cylindrical-coordinate representation of color #937590: hue angle of 306º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #937590 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 117 144 -
CMYK 0 0.20 0.02 0.42
HSL 306º 0.12% 0.52% -
HSV(B) 306º 0.2% 0.58% -
XYZ 23.43 20.94 29.19 -
YUV 129.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 147 117 144 0 0.20 0.02 0.42 306 0.12 0.52
Hex 93 75 90 0 14 2 2A 132 C 34
Octal 223 165 220 0 24 2 52 462 14 64
Binary 10010011 1110101 10010000 0 10100 10 101010 100110010 1100 110100

Color Harmonies of #937590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937590

Black with #937590

Text Example


Text Example

White with #937590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937590; }

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

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

background-color css

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

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

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

border-color css

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

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

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