Html Css Color HEX #9A7E8D Mountbatten Pink

📋 copy color: '#9A7E8D'

red 154 ◦ green 126 ◦ blue 141

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

Shades of Mountbatten Pink #9A7E8D

Tints of Mountbatten Pink #9A7E8D

RGB

 RED value IS 154 (60.55% from 255) = 36.58%

 GREEN value IS 126 (49.61% from 255) = 29.93%

 BLUE value IS 141 (55.47% from 255) = 33.49%

R = 36.58%
G = 29.93%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A7E8D (or 0x9A7E8D) is known color: Mountbatten Pink. HEX triplet: 9A, 7E and 8D. RGB value is (154,126,141). Sum of RGB (Red+Green+Blue) = 154+126+141=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7E8D is #658172. Grayscale: #888888. Windows color (decimal): -6652275 or 9272986. OLE color: 9272986.

HSL color Cylindrical-coordinate representation of color #9A7E8D: hue angle of 327.86º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9A7E8D is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 126 141 -
CMYK 0 0.18 0.08 0.40
HSL 327.86º 0.12% 0.55% -
HSV(B) 327.86º 0.18% 0.6% -
XYZ 25.6 23.71 28.43 -
YUV 136.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 154 126 141 0 0.18 0.08 0.40 327.86 0.12 0.55
Hex 9A 7E 8D 0 12 8 28 148 C 37
Octal 232 176 215 0 22 10 50 510 14 67
Binary 10011010 1111110 10001101 0 10010 1000 101000 101001000 1100 110111

Color Harmonies of #9A7E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7E8D

Black with #9A7E8D

Text Example


Text Example

White with #9A7E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A7E8D; }

 p { color: rgb(154,126,141); }

 H1.HeaderClassName
 {
   color: #9A7E8D;
 }
 .AnyTagClassName
 {
   color: #9A7E8D;
 }
</style>

background-color css

<style>
 a { background-color: #9A7E8D; }

 a { background-color: rgb(154,126,141); }

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

border-color css

<style>
 span { border-color: #9A7E8D; }

 span { border-color: rgb(154,126,141); }

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