Html Css Color HEX #9A7592 Mountbatten Pink

📋 copy color: '#9A7592'

red 154 ◦ green 117 ◦ blue 146

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

Shades of Mountbatten Pink #9A7592

Tints of Mountbatten Pink #9A7592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.06%

 BLUE value IS 146 (57.42% from 255) = 35.01%

R = 36.93%
G = 28.06%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#9A7592 (or 0x9A7592) is known color: Mountbatten Pink. HEX triplet: 9A, 75 and 92. RGB value is (154,117,146). Sum of RGB (Red+Green+Blue) = 154+117+146=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7592 is #658A6D. Grayscale: #838383. Windows color (decimal): -6654574 or 9598362. OLE color: 9598362.

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

Color convert

RGB 154 117 146 -
CMYK 0 0.24 0.05 0.40
HSL 312.97º 0.15% 0.53% -
HSV(B) 312.97º 0.24% 0.6% -
XYZ 24.88 21.67 30.07 -
YUV 131.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 154 117 146 0 0.24 0.05 0.40 312.97 0.15 0.53
Hex 9A 75 92 0 18 5 28 139 F 35
Octal 232 165 222 0 30 5 50 471 17 65
Binary 10011010 1110101 10010010 0 11000 101 101000 100111001 1111 110101

Color Harmonies of #9A7592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7592

Black with #9A7592

Text Example


Text Example

White with #9A7592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,117,146); }

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

background-color css

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

 a { background-color: rgb(154,117,146); }

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

border-color css

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

 span { border-color: rgb(154,117,146); }

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