Html Css Color HEX #9A6F8D Mountbatten Pink

📋 copy color: '#9A6F8D'

red 154 ◦ green 111 ◦ blue 141

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

Shades of Mountbatten Pink #9A6F8D

Tints of Mountbatten Pink #9A6F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.34%

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

R = 37.93%
G = 27.34%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A6F8D (or 0x9A6F8D) is known color: Mountbatten Pink. HEX triplet: 9A, 6F and 8D. RGB value is (154,111,141). Sum of RGB (Red+Green+Blue) = 154+111+141=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6F8D is #659072. Grayscale: #7F7F7F. Windows color (decimal): -6656115 or 9269146. OLE color: 9269146.

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

Color convert

RGB 154 111 141 -
CMYK 0 0.28 0.08 0.40
HSL 318.14º 0.18% 0.52% -
HSV(B) 318.14º 0.28% 0.6% -
XYZ 23.82 20.16 27.84 -
YUV 127.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 154 111 141 0 0.28 0.08 0.40 318.14 0.18 0.52
Hex 9A 6F 8D 0 1C 8 28 13E 12 34
Octal 232 157 215 0 34 10 50 476 22 64
Binary 10011010 1101111 10001101 0 11100 1000 101000 100111110 10010 110100

Color Harmonies of #9A6F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6F8D

Black with #9A6F8D

Text Example


Text Example

White with #9A6F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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