Html Css Color HEX #9B6B8C Mountbatten Pink

📋 copy color: '#9B6B8C'

red 155 ◦ green 107 ◦ blue 140

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

Shades of Mountbatten Pink #9B6B8C

Tints of Mountbatten Pink #9B6B8C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.62%

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 38.56%
G = 26.62%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B6B8C (or 0x9B6B8C) is known color: Mountbatten Pink. HEX triplet: 9B, 6B and 8C. RGB value is (155,107,140). Sum of RGB (Red+Green+Blue) = 155+107+140=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6B8C is #649473. Grayscale: #7D7D7D. Windows color (decimal): -6591604 or 9202587. OLE color: 9202587.

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

Color convert

RGB 155 107 140 -
CMYK 0 0.31 0.10 0.39
HSL 318.75º 0.19% 0.51% -
HSV(B) 318.75º 0.31% 0.61% -
XYZ 23.51 19.38 27.31 -
YUV 125.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 155 107 140 0 0.31 0.10 0.39 318.75 0.19 0.51
Hex 9B 6B 8C 0 1F A 27 13F 13 33
Octal 233 153 214 0 37 12 47 477 23 63
Binary 10011011 1101011 10001100 0 11111 1010 100111 100111111 10011 110011

Color Harmonies of #9B6B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6B8C

Black with #9B6B8C

Text Example


Text Example

White with #9B6B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,107,140); }

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

background-color css

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

 a { background-color: rgb(155,107,140); }

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

border-color css

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

 span { border-color: rgb(155,107,140); }

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