Html Css Color HEX #90718A Mountbatten Pink

📋 copy color: '#90718A'

red 144 ◦ green 113 ◦ blue 138

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

Shades of Mountbatten Pink #90718A

Tints of Mountbatten Pink #90718A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 36.46%
G = 28.61%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#90718A (or 0x90718A) is known color: Mountbatten Pink. HEX triplet: 90, 71 and 8A. RGB value is (144,113,138). Sum of RGB (Red+Green+Blue) = 144+113+138=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 144 - color contains mainly: red. Hex color #90718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90718A is #6F8E75. Grayscale: #7D7D7D. Windows color (decimal): -7310966 or 9073040. OLE color: 9073040.

HSL color Cylindrical-coordinate representation of color #90718A: hue angle of 311.61º 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 #90718A is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 113 138 -
CMYK 0 0.22 0.04 0.44
HSL 311.61º 0.12% 0.5% -
HSV(B) 311.61º 0.22% 0.56% -
XYZ 21.99 19.57 26.66 -
YUV 125.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 144 113 138 0 0.22 0.04 0.44 311.61 0.12 0.5
Hex 90 71 8A 0 16 4 2C 138 C 32
Octal 220 161 212 0 26 4 54 470 14 62
Binary 10010000 1110001 10001010 0 10110 100 101100 100111000 1100 110010

Color Harmonies of #90718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90718A

Black with #90718A

Text Example


Text Example

White with #90718A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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