Html Css Color HEX #90718D Mountbatten Pink

📋 copy color: '#90718D'

red 144 ◦ green 113 ◦ blue 141

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

Shades of Mountbatten Pink #90718D

Tints of Mountbatten Pink #90718D

RGB

 RED value IS 144 (56.64% from 255) = 36.18%

 GREEN value IS 113 (44.53% from 255) = 28.39%

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 36.18%
G = 28.39%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#90718D (or 0x90718D) is known color: Mountbatten Pink. HEX triplet: 90, 71 and 8D. RGB value is (144,113,141). Sum of RGB (Red+Green+Blue) = 144+113+141=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 144 - color contains mainly: red. Hex color #90718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90718D is #6F8E72. Grayscale: #7D7D7D. Windows color (decimal): -7310963 or 9269648. OLE color: 9269648.

HSL color Cylindrical-coordinate representation of color #90718D: hue angle of 305.81º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #90718D is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 113 141 -
CMYK 0 0.22 0.02 0.44
HSL 305.81º 0.12% 0.5% -
HSV(B) 305.81º 0.22% 0.56% -
XYZ 22.21 19.66 27.82 -
YUV 125.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 144 113 141 0 0.22 0.02 0.44 305.81 0.12 0.5
Hex 90 71 8D 0 16 2 2C 132 C 32
Octal 220 161 215 0 26 2 54 462 14 62
Binary 10010000 1110001 10001101 0 10110 10 101100 100110010 1100 110010

Color Harmonies of #90718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90718D

Black with #90718D

Text Example


Text Example

White with #90718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90718D; }

 p { color: rgb(144,113,141); }

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

background-color css

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

 a { background-color: rgb(144,113,141); }

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

border-color css

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

 span { border-color: rgb(144,113,141); }

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