Html Css Color HEX #9B6E8A Mountbatten Pink

📋 copy color: '#9B6E8A'

red 155 ◦ green 110 ◦ blue 138

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

Shades of Mountbatten Pink #9B6E8A

Tints of Mountbatten Pink #9B6E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.3%

 BLUE value IS 138 (54.3% from 255) = 34.24%

R = 38.46%
G = 27.3%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B6E8A (or 0x9B6E8A) is known color: Mountbatten Pink. HEX triplet: 9B, 6E and 8A. RGB value is (155,110,138). Sum of RGB (Red+Green+Blue) = 155+110+138=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6E8A is #649175. Grayscale: #7E7E7E. Windows color (decimal): -6590838 or 9072283. OLE color: 9072283.

HSL color Cylindrical-coordinate representation of color #9B6E8A: hue angle of 322.67º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B6E8A is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 110 138 -
CMYK 0 0.29 0.11 0.39
HSL 322.67º 0.18% 0.52% -
HSV(B) 322.67º 0.29% 0.61% -
XYZ 23.68 19.96 26.65 -
YUV 126.65 134.41 148.22 -
System Red Green Blue C M Y K H S L
Decimal 155 110 138 0 0.29 0.11 0.39 322.67 0.18 0.52
Hex 9B 6E 8A 0 1D B 27 143 12 34
Octal 233 156 212 0 35 13 47 503 22 64
Binary 10011011 1101110 10001010 0 11101 1011 100111 101000011 10010 110100

Color Harmonies of #9B6E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6E8A

Black with #9B6E8A

Text Example


Text Example

White with #9B6E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,110,138); }

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

background-color css

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

 a { background-color: rgb(155,110,138); }

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

border-color css

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

 span { border-color: rgb(155,110,138); }

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