Html Css Color HEX #9A6B8D Mountbatten Pink

📋 copy color: '#9A6B8D'

red 154 ◦ green 107 ◦ blue 141

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

Shades of Mountbatten Pink #9A6B8D

Tints of Mountbatten Pink #9A6B8D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.62%

 BLUE value IS 141 (55.47% from 255) = 35.07%

R = 38.31%
G = 26.62%
B = 35.07%

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

#9A6B8D (or 0x9A6B8D) is known color: Mountbatten Pink. HEX triplet: 9A, 6B and 8D. RGB value is (154,107,141). Sum of RGB (Red+Green+Blue) = 154+107+141=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6B8D is #659472. Grayscale: #7C7C7C. Windows color (decimal): -6657139 or 9268122. OLE color: 9268122.

HSL color Cylindrical-coordinate representation of color #9A6B8D: hue angle of 316.6º 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 #9A6B8D is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 107 141 -
CMYK 0 0.31 0.08 0.40
HSL 316.6º 0.19% 0.51% -
HSV(B) 316.6º 0.31% 0.6% -
XYZ 23.39 19.31 27.69 -
YUV 124.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 154 107 141 0 0.31 0.08 0.40 316.6 0.19 0.51
Hex 9A 6B 8D 0 1F 8 28 13D 13 33
Octal 232 153 215 0 37 10 50 475 23 63
Binary 10011010 1101011 10001101 0 11111 1000 101000 100111101 10011 110011

Color Harmonies of #9A6B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6B8D

Black with #9A6B8D

Text Example


Text Example

White with #9A6B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,107,141); }

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

background-color css

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

 a { background-color: rgb(154,107,141); }

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

border-color css

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

 span { border-color: rgb(154,107,141); }

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