Html Css Color HEX #9B6E8D Mountbatten Pink

📋 copy color: '#9B6E8D'

red 155 ◦ green 110 ◦ blue 141

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

Shades of Mountbatten Pink #9B6E8D

Tints of Mountbatten Pink #9B6E8D

RGB

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

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

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

R = 38.18%
G = 27.09%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B6E8D (or 0x9B6E8D) is known color: Mountbatten Pink. HEX triplet: 9B, 6E and 8D. RGB value is (155,110,141). Sum of RGB (Red+Green+Blue) = 155+110+141=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6E8D is #649172. Grayscale: #7E7E7E. Windows color (decimal): -6590835 or 9268891. OLE color: 9268891.

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

Color convert

RGB 155 110 141 -
CMYK 0 0.29 0.09 0.39
HSL 318.67º 0.18% 0.52% -
HSV(B) 318.67º 0.29% 0.61% -
XYZ 23.9 20.04 27.81 -
YUV 126.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 155 110 141 0 0.29 0.09 0.39 318.67 0.18 0.52
Hex 9B 6E 8D 0 1D 9 27 13F 12 34
Octal 233 156 215 0 35 11 47 477 22 64
Binary 10011011 1101110 10001101 0 11101 1001 100111 100111111 10010 110100

Color Harmonies of #9B6E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6E8D

Black with #9B6E8D

Text Example


Text Example

White with #9B6E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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