Html Css Color HEX #9B678E Mountbatten Pink

📋 copy color: '#9B678E'

red 155 ◦ green 103 ◦ blue 142

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

Shades of Mountbatten Pink #9B678E

Tints of Mountbatten Pink #9B678E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.75%

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 38.75%
G = 25.75%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B678E (or 0x9B678E) is known color: Mountbatten Pink. HEX triplet: 9B, 67 and 8E. RGB value is (155,103,142). Sum of RGB (Red+Green+Blue) = 155+103+142=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B678E is #649871. Grayscale: #7A7A7A. Windows color (decimal): -6592626 or 9332635. OLE color: 9332635.

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

Color convert

RGB 155 103 142 -
CMYK 0 0.34 0.08 0.39
HSL 315º 0.21% 0.51% -
HSV(B) 315º 0.34% 0.61% -
XYZ 23.25 18.62 27.96 -
YUV 122.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 155 103 142 0 0.34 0.08 0.39 315 0.21 0.51
Hex 9B 67 8E 0 22 8 27 13B 15 33
Octal 233 147 216 0 42 10 47 473 25 63
Binary 10011011 1100111 10001110 0 100010 1000 100111 100111011 10101 110011

Color Harmonies of #9B678E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B678E

Black with #9B678E

Text Example


Text Example

White with #9B678E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,103,142); }

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

background-color css

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

 a { background-color: rgb(155,103,142); }

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

border-color css

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

 span { border-color: rgb(155,103,142); }

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