Html Css Color HEX #9A6C90 Mountbatten Pink

📋 copy color: '#9A6C90'

red 154 ◦ green 108 ◦ blue 144

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

Shades of Mountbatten Pink #9A6C90

Tints of Mountbatten Pink #9A6C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.6%

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 37.93%
G = 26.6%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#9A6C90 (or 0x9A6C90) is known color: Mountbatten Pink. HEX triplet: 9A, 6C and 90. RGB value is (154,108,144). Sum of RGB (Red+Green+Blue) = 154+108+144=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6C90 is #65936F. Grayscale: #7D7D7D. Windows color (decimal): -6656880 or 9464986. OLE color: 9464986.

HSL color Cylindrical-coordinate representation of color #9A6C90: hue angle of 313.04º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A6C90 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 108 144 -
CMYK 0 0.30 0.06 0.40
HSL 313.04º 0.19% 0.51% -
HSV(B) 313.04º 0.3% 0.6% -
XYZ 23.72 19.61 28.92 -
YUV 125.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 154 108 144 0 0.30 0.06 0.40 313.04 0.19 0.51
Hex 9A 6C 90 0 1E 6 28 139 13 33
Octal 232 154 220 0 36 6 50 471 23 63
Binary 10011010 1101100 10010000 0 11110 110 101000 100111001 10011 110011

Color Harmonies of #9A6C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6C90

Black with #9A6C90

Text Example


Text Example

White with #9A6C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,108,144); }

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

background-color css

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

 a { background-color: rgb(154,108,144); }

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

border-color css

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

 span { border-color: rgb(154,108,144); }

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