Html Css Color HEX #906D8B Mountbatten Pink

📋 copy color: '#906D8B'

red 144 ◦ green 109 ◦ blue 139

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

Shades of Mountbatten Pink #906D8B

Tints of Mountbatten Pink #906D8B

RGB

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

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

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

R = 36.73%
G = 27.81%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#906D8B (or 0x906D8B) is known color: Mountbatten Pink. HEX triplet: 90, 6D and 8B. RGB value is (144,109,139). Sum of RGB (Red+Green+Blue) = 144+109+139=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 144 - color contains mainly: red. Hex color #906D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906D8B is #6F9274. Grayscale: #7A7A7A. Windows color (decimal): -7311989 or 9137552. OLE color: 9137552.

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

Color convert

RGB 144 109 139 -
CMYK 0 0.24 0.03 0.44
HSL 308.57º 0.14% 0.5% -
HSV(B) 308.57º 0.24% 0.56% -
XYZ 21.63 18.73 26.9 -
YUV 122.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 144 109 139 0 0.24 0.03 0.44 308.57 0.14 0.5
Hex 90 6D 8B 0 18 3 2C 135 E 32
Octal 220 155 213 0 30 3 54 465 16 62
Binary 10010000 1101101 10001011 0 11000 11 101100 100110101 1110 110010

Color Harmonies of #906D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906D8B

Black with #906D8B

Text Example


Text Example

White with #906D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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