Html Css Color HEX #9B6A8E Mountbatten Pink

📋 copy color: '#9B6A8E'

red 155 ◦ green 106 ◦ blue 142

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

Shades of Mountbatten Pink #9B6A8E

Tints of Mountbatten Pink #9B6A8E

RGB

 RED value IS 155 (60.94% from 255) = 38.46%

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

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

R = 38.46%
G = 26.3%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B6A8E (or 0x9B6A8E) is known color: Mountbatten Pink. HEX triplet: 9B, 6A and 8E. RGB value is (155,106,142). Sum of RGB (Red+Green+Blue) = 155+106+142=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6A8E is #649571. Grayscale: #7C7C7C. Windows color (decimal): -6591858 or 9333403. OLE color: 9333403.

HSL color Cylindrical-coordinate representation of color #9B6A8E: hue angle of 315.92º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B6A8E is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 106 142 -
CMYK 0 0.32 0.08 0.39
HSL 315.92º 0.2% 0.51% -
HSV(B) 315.92º 0.32% 0.61% -
XYZ 23.55 19.23 28.06 -
YUV 124.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 155 106 142 0 0.32 0.08 0.39 315.92 0.2 0.51
Hex 9B 6A 8E 0 20 8 27 13C 14 33
Octal 233 152 216 0 40 10 47 474 24 63
Binary 10011011 1101010 10001110 0 100000 1000 100111 100111100 10100 110011

Color Harmonies of #9B6A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6A8E

Black with #9B6A8E

Text Example


Text Example

White with #9B6A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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