Html Css Color HEX #9B6E8B Mountbatten Pink

📋 copy color: '#9B6E8B'

red 155 ◦ green 110 ◦ blue 139

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

Shades of Mountbatten Pink #9B6E8B

Tints of Mountbatten Pink #9B6E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.41%

R = 38.37%
G = 27.23%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B6E8B (or 0x9B6E8B) is known color: Mountbatten Pink. HEX triplet: 9B, 6E and 8B. RGB value is (155,110,139). Sum of RGB (Red+Green+Blue) = 155+110+139=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6E8B is #649174. Grayscale: #7E7E7E. Windows color (decimal): -6590837 or 9137819. OLE color: 9137819.

HSL color Cylindrical-coordinate representation of color #9B6E8B: hue angle of 321.33º 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 #9B6E8B is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 110 139 -
CMYK 0 0.29 0.10 0.39
HSL 321.33º 0.18% 0.52% -
HSV(B) 321.33º 0.29% 0.61% -
XYZ 23.75 19.98 27.03 -
YUV 126.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 155 110 139 0 0.29 0.10 0.39 321.33 0.18 0.52
Hex 9B 6E 8B 0 1D A 27 141 12 34
Octal 233 156 213 0 35 12 47 501 22 64
Binary 10011011 1101110 10001011 0 11101 1010 100111 101000001 10010 110100

Color Harmonies of #9B6E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6E8B

Black with #9B6E8B

Text Example


Text Example

White with #9B6E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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