Html Css Color HEX #906E8A Mountbatten Pink

📋 copy color: '#906E8A'

red 144 ◦ green 110 ◦ blue 138

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

Shades of Mountbatten Pink #906E8A

Tints of Mountbatten Pink #906E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.06%

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

R = 36.73%
G = 28.06%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#906E8A (or 0x906E8A) is known color: Mountbatten Pink. HEX triplet: 90, 6E and 8A. RGB value is (144,110,138). Sum of RGB (Red+Green+Blue) = 144+110+138=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 144 - color contains mainly: red. Hex color #906E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906E8A is #6F9175. Grayscale: #7B7B7B. Windows color (decimal): -7311734 or 9072272. OLE color: 9072272.

HSL color Cylindrical-coordinate representation of color #906E8A: hue angle of 310.59º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #906E8A is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 110 138 -
CMYK 0 0.24 0.04 0.44
HSL 310.59º 0.13% 0.5% -
HSV(B) 310.59º 0.24% 0.56% -
XYZ 21.66 18.92 26.55 -
YUV 123.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 144 110 138 0 0.24 0.04 0.44 310.59 0.13 0.5
Hex 90 6E 8A 0 18 4 2C 137 D 32
Octal 220 156 212 0 30 4 54 467 15 62
Binary 10010000 1101110 10001010 0 11000 100 101100 100110111 1101 110010

Color Harmonies of #906E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906E8A

Black with #906E8A

Text Example


Text Example

White with #906E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906E8A; }

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

 H1.HeaderClassName
 {
   color: #906E8A;
 }
 .AnyTagClassName
 {
   color: #906E8A;
 }
</style>

background-color css

<style>
 a { background-color: #906E8A; }

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

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

border-color css

<style>
 span { border-color: #906E8A; }

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

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