Html Css Color HEX #906C8A Mountbatten Pink

📋 copy color: '#906C8A'

red 144 ◦ green 108 ◦ blue 138

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

Shades of Mountbatten Pink #906C8A

Tints of Mountbatten Pink #906C8A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.69%

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

R = 36.92%
G = 27.69%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#906C8A (or 0x906C8A) is known color: Mountbatten Pink. HEX triplet: 90, 6C and 8A. RGB value is (144,108,138). Sum of RGB (Red+Green+Blue) = 144+108+138=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 144 - color contains mainly: red. Hex color #906C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906C8A is #6F9375. Grayscale: #7A7A7A. Windows color (decimal): -7312246 or 9071760. OLE color: 9071760.

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

Color convert

RGB 144 108 138 -
CMYK 0 0.25 0.04 0.44
HSL 310º 0.14% 0.49% -
HSV(B) 310º 0.25% 0.56% -
XYZ 21.45 18.49 26.48 -
YUV 122.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 144 108 138 0 0.25 0.04 0.44 310 0.14 0.49
Hex 90 6C 8A 0 19 4 2C 136 E 31
Octal 220 154 212 0 31 4 54 466 16 61
Binary 10010000 1101100 10001010 0 11001 100 101100 100110110 1110 110001

Color Harmonies of #906C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906C8A

Black with #906C8A

Text Example


Text Example

White with #906C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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