Html Css Color HEX #906D8A Mountbatten Pink

📋 copy color: '#906D8A'

red 144 ◦ green 109 ◦ blue 138

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

Shades of Mountbatten Pink #906D8A

Tints of Mountbatten Pink #906D8A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.88%

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

R = 36.83%
G = 27.88%
B = 35.29%

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

#906D8A (or 0x906D8A) is known color: Mountbatten Pink. HEX triplet: 90, 6D and 8A. RGB value is (144,109,138). Sum of RGB (Red+Green+Blue) = 144+109+138=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 144 - color contains mainly: red. Hex color #906D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906D8A is #6F9275. Grayscale: #7A7A7A. Windows color (decimal): -7311990 or 9072016. OLE color: 9072016.

HSL color Cylindrical-coordinate representation of color #906D8A: hue angle of 310.29º degrees, saturation: 0.14, 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 #906D8A is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 109 138 -
CMYK 0 0.24 0.04 0.44
HSL 310.29º 0.14% 0.5% -
HSV(B) 310.29º 0.24% 0.56% -
XYZ 21.56 18.7 26.52 -
YUV 122.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 144 109 138 0 0.24 0.04 0.44 310.29 0.14 0.5
Hex 90 6D 8A 0 18 4 2C 136 E 32
Octal 220 155 212 0 30 4 54 466 16 62
Binary 10010000 1101101 10001010 0 11000 100 101100 100110110 1110 110010

Color Harmonies of #906D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906D8A

Black with #906D8A

Text Example


Text Example

White with #906D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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