Html Css Color HEX #9A7691 Mountbatten Pink

📋 copy color: '#9A7691'

red 154 ◦ green 118 ◦ blue 145

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

Shades of Mountbatten Pink #9A7691

Tints of Mountbatten Pink #9A7691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.3%

 BLUE value IS 145 (57.03% from 255) = 34.77%

R = 36.93%
G = 28.3%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#9A7691 (or 0x9A7691) is known color: Mountbatten Pink. HEX triplet: 9A, 76 and 91. RGB value is (154,118,145). Sum of RGB (Red+Green+Blue) = 154+118+145=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7691 is #65896E. Grayscale: #838383. Windows color (decimal): -6654319 or 9533082. OLE color: 9533082.

HSL color Cylindrical-coordinate representation of color #9A7691: hue angle of 315º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9A7691 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 118 145 -
CMYK 0 0.23 0.06 0.40
HSL 315º 0.15% 0.53% -
HSV(B) 315º 0.23% 0.6% -
XYZ 24.92 21.87 29.7 -
YUV 131.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 154 118 145 0 0.23 0.06 0.40 315 0.15 0.53
Hex 9A 76 91 0 17 6 28 13B F 35
Octal 232 166 221 0 27 6 50 473 17 65
Binary 10011010 1110110 10010001 0 10111 110 101000 100111011 1111 110101

Color Harmonies of #9A7691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7691

Black with #9A7691

Text Example


Text Example

White with #9A7691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,118,145); }

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

background-color css

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

 a { background-color: rgb(154,118,145); }

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

border-color css

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

 span { border-color: rgb(154,118,145); }

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