Html Css Color HEX #9A688E Mountbatten Pink

📋 copy color: '#9A688E'

red 154 ◦ green 104 ◦ blue 142

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

Shades of Mountbatten Pink #9A688E

Tints of Mountbatten Pink #9A688E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26%

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 38.5%
G = 26%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A688E (or 0x9A688E) is known color: Mountbatten Pink. HEX triplet: 9A, 68 and 8E. RGB value is (154,104,142). Sum of RGB (Red+Green+Blue) = 154+104+142=400 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.5% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 154 - color contains mainly: red. Hex color #9A688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A688E is #659771. Grayscale: #7B7B7B. Windows color (decimal): -6657906 or 9332890. OLE color: 9332890.

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

Color convert

RGB 154 104 142 -
CMYK 0 0.32 0.08 0.40
HSL 314.4º 0.2% 0.51% -
HSV(B) 314.4º 0.32% 0.6% -
XYZ 23.16 18.72 27.98 -
YUV 123.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 154 104 142 0 0.32 0.08 0.40 314.4 0.2 0.51
Hex 9A 68 8E 0 20 8 28 13A 14 33
Octal 232 150 216 0 40 10 50 472 24 63
Binary 10011010 1101000 10001110 0 100000 1000 101000 100111010 10100 110011

Color Harmonies of #9A688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A688E

Black with #9A688E

Text Example


Text Example

White with #9A688E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,104,142); }

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

background-color css

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

 a { background-color: rgb(154,104,142); }

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

border-color css

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

 span { border-color: rgb(154,104,142); }

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