Html Css Color HEX #9A6A8E Mountbatten Pink

📋 copy color: '#9A6A8E'

red 154 ◦ green 106 ◦ blue 142

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

Shades of Mountbatten Pink #9A6A8E

Tints of Mountbatten Pink #9A6A8E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.37%

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

R = 38.31%
G = 26.37%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A6A8E (or 0x9A6A8E) is known color: Mountbatten Pink. HEX triplet: 9A, 6A and 8E. RGB value is (154,106,142). Sum of RGB (Red+Green+Blue) = 154+106+142=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6A8E is #659571. Grayscale: #7C7C7C. Windows color (decimal): -6657394 or 9333402. OLE color: 9333402.

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

Color convert

RGB 154 106 142 -
CMYK 0 0.31 0.08 0.40
HSL 315º 0.19% 0.51% -
HSV(B) 315º 0.31% 0.6% -
XYZ 23.36 19.13 28.05 -
YUV 124.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 154 106 142 0 0.31 0.08 0.40 315 0.19 0.51
Hex 9A 6A 8E 0 1F 8 28 13B 13 33
Octal 232 152 216 0 37 10 50 473 23 63
Binary 10011010 1101010 10001110 0 11111 1000 101000 100111011 10011 110011

Color Harmonies of #9A6A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6A8E

Black with #9A6A8E

Text Example


Text Example

White with #9A6A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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