Html Css Color HEX #9B6F8B Mountbatten Pink

📋 copy color: '#9B6F8B'

red 155 ◦ green 111 ◦ blue 139

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

Shades of Mountbatten Pink #9B6F8B

Tints of Mountbatten Pink #9B6F8B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.41%

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

R = 38.27%
G = 27.41%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B6F8B (or 0x9B6F8B) is known color: Mountbatten Pink. HEX triplet: 9B, 6F and 8B. RGB value is (155,111,139). Sum of RGB (Red+Green+Blue) = 155+111+139=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6F8B is #649074. Grayscale: #7F7F7F. Windows color (decimal): -6590581 or 9138075. OLE color: 9138075.

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

Color convert

RGB 155 111 139 -
CMYK 0 0.28 0.10 0.39
HSL 321.82º 0.18% 0.52% -
HSV(B) 321.82º 0.28% 0.61% -
XYZ 23.86 20.2 27.07 -
YUV 127.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 155 111 139 0 0.28 0.10 0.39 321.82 0.18 0.52
Hex 9B 6F 8B 0 1C A 27 142 12 34
Octal 233 157 213 0 34 12 47 502 22 64
Binary 10011011 1101111 10001011 0 11100 1010 100111 101000010 10010 110100

Color Harmonies of #9B6F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6F8B

Black with #9B6F8B

Text Example


Text Example

White with #9B6F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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