Html Css Color HEX #90718C Mountbatten Pink

📋 copy color: '#90718C'

red 144 ◦ green 113 ◦ blue 140

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

Shades of Mountbatten Pink #90718C

Tints of Mountbatten Pink #90718C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.26%

R = 36.27%
G = 28.46%
B = 35.26%

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

#90718C (or 0x90718C) is known color: Mountbatten Pink. HEX triplet: 90, 71 and 8C. RGB value is (144,113,140). Sum of RGB (Red+Green+Blue) = 144+113+140=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 144 - color contains mainly: red. Hex color #90718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90718C is #6F8E73. Grayscale: #7D7D7D. Windows color (decimal): -7310964 or 9204112. OLE color: 9204112.

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

Color convert

RGB 144 113 140 -
CMYK 0 0.22 0.03 0.44
HSL 307.74º 0.12% 0.5% -
HSV(B) 307.74º 0.22% 0.56% -
XYZ 22.14 19.63 27.43 -
YUV 125.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 144 113 140 0 0.22 0.03 0.44 307.74 0.12 0.5
Hex 90 71 8C 0 16 3 2C 134 C 32
Octal 220 161 214 0 26 3 54 464 14 62
Binary 10010000 1110001 10001100 0 10110 11 101100 100110100 1100 110010

Color Harmonies of #90718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90718C

Black with #90718C

Text Example


Text Example

White with #90718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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