Html Css Color HEX #90718B Mountbatten Pink

📋 copy color: '#90718B'

red 144 ◦ green 113 ◦ blue 139

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

Shades of Mountbatten Pink #90718B

Tints of Mountbatten Pink #90718B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.1%

R = 36.36%
G = 28.54%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#90718B (or 0x90718B) is known color: Mountbatten Pink. HEX triplet: 90, 71 and 8B. RGB value is (144,113,139). Sum of RGB (Red+Green+Blue) = 144+113+139=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 144 - color contains mainly: red. Hex color #90718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90718B is #6F8E74. Grayscale: #7D7D7D. Windows color (decimal): -7310965 or 9138576. OLE color: 9138576.

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

Color convert

RGB 144 113 139 -
CMYK 0 0.22 0.03 0.44
HSL 309.68º 0.12% 0.5% -
HSV(B) 309.68º 0.22% 0.56% -
XYZ 22.07 19.6 27.05 -
YUV 125.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 144 113 139 0 0.22 0.03 0.44 309.68 0.12 0.5
Hex 90 71 8B 0 16 3 2C 136 C 32
Octal 220 161 213 0 26 3 54 466 14 62
Binary 10010000 1110001 10001011 0 10110 11 101100 100110110 1100 110010

Color Harmonies of #90718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90718B

Black with #90718B

Text Example


Text Example

White with #90718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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