Html Css Color HEX #90708B Mountbatten Pink

📋 copy color: '#90708B'

red 144 ◦ green 112 ◦ blue 139

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

Shades of Mountbatten Pink #90708B

Tints of Mountbatten Pink #90708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.35%

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

R = 36.46%
G = 28.35%
B = 35.19%

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

#90708B (or 0x90708B) is known color: Mountbatten Pink. HEX triplet: 90, 70 and 8B. RGB value is (144,112,139). Sum of RGB (Red+Green+Blue) = 144+112+139=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 144 - color contains mainly: red. Hex color #90708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90708B is #6F8F74. Grayscale: #7C7C7C. Windows color (decimal): -7311221 or 9138320. OLE color: 9138320.

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

Color convert

RGB 144 112 139 -
CMYK 0 0.22 0.03 0.44
HSL 309.38º 0.13% 0.5% -
HSV(B) 309.38º 0.22% 0.56% -
XYZ 21.96 19.38 27.01 -
YUV 124.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 144 112 139 0 0.22 0.03 0.44 309.38 0.13 0.5
Hex 90 70 8B 0 16 3 2C 135 D 32
Octal 220 160 213 0 26 3 54 465 15 62
Binary 10010000 1110000 10001011 0 10110 11 101100 100110101 1101 110010

Color Harmonies of #90708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90708B

Black with #90708B

Text Example


Text Example

White with #90708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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