Html Css Color HEX #90758B Mountbatten Pink

📋 copy color: '#90758B'

red 144 ◦ green 117 ◦ blue 139

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

Shades of Mountbatten Pink #90758B

Tints of Mountbatten Pink #90758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.25%

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

R = 36%
G = 29.25%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#90758B (or 0x90758B) is known color: Mountbatten Pink. HEX triplet: 90, 75 and 8B. RGB value is (144,117,139). Sum of RGB (Red+Green+Blue) = 144+117+139=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 144 - color contains mainly: red. Hex color #90758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90758B is #6F8A74. Grayscale: #7F7F7F. Windows color (decimal): -7309941 or 9139600. OLE color: 9139600.

HSL color Cylindrical-coordinate representation of color #90758B: hue angle of 311.11º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90758B is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 117 139 -
CMYK 0 0.19 0.03 0.44
HSL 311.11º 0.11% 0.51% -
HSV(B) 311.11º 0.19% 0.56% -
XYZ 22.52 20.52 27.2 -
YUV 127.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 144 117 139 0 0.19 0.03 0.44 311.11 0.11 0.51
Hex 90 75 8B 0 13 3 2C 137 B 33
Octal 220 165 213 0 23 3 54 467 13 63
Binary 10010000 1110101 10001011 0 10011 11 101100 100110111 1011 110011

Color Harmonies of #90758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90758B

Black with #90758B

Text Example


Text Example

White with #90758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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