Html Css Color HEX #9B678F Mountbatten Pink

📋 copy color: '#9B678F'

red 155 ◦ green 103 ◦ blue 143

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

Shades of Mountbatten Pink #9B678F

Tints of Mountbatten Pink #9B678F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 38.65%
G = 25.69%
B = 35.66%

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

#9B678F (or 0x9B678F) is known color: Mountbatten Pink. HEX triplet: 9B, 67 and 8F. RGB value is (155,103,143). Sum of RGB (Red+Green+Blue) = 155+103+143=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B678F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B678F is #649870. Grayscale: #7B7B7B. Windows color (decimal): -6592625 or 9398171. OLE color: 9398171.

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

Color convert

RGB 155 103 143 -
CMYK 0 0.34 0.08 0.39
HSL 313.85º 0.21% 0.51% -
HSV(B) 313.85º 0.34% 0.61% -
XYZ 23.33 18.65 28.36 -
YUV 123.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 155 103 143 0 0.34 0.08 0.39 313.85 0.21 0.51
Hex 9B 67 8F 0 22 8 27 13A 15 33
Octal 233 147 217 0 42 10 47 472 25 63
Binary 10011011 1100111 10001111 0 100010 1000 100111 100111010 10101 110011

Color Harmonies of #9B678F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B678F

Black with #9B678F

Text Example


Text Example

White with #9B678F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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