Html Css Color HEX #956B8B Mountbatten Pink

📋 copy color: '#956B8B'

red 149 ◦ green 107 ◦ blue 139

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

Shades of Mountbatten Pink #956B8B

Tints of Mountbatten Pink #956B8B

RGB

 RED value IS 149 (58.59% from 255) = 37.72%

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

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

R = 37.72%
G = 27.09%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#956B8B (or 0x956B8B) is known color: Mountbatten Pink. HEX triplet: 95, 6B and 8B. RGB value is (149,107,139). Sum of RGB (Red+Green+Blue) = 149+107+139=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #956B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956B8B is #6A9474. Grayscale: #7B7B7B. Windows color (decimal): -6984821 or 9137045. OLE color: 9137045.

HSL color Cylindrical-coordinate representation of color #956B8B: hue angle of 314.29º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #956B8B is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 107 139 -
CMYK 0 0.28 0.07 0.42
HSL 314.29º 0.17% 0.5% -
HSV(B) 314.29º 0.28% 0.58% -
XYZ 22.31 18.77 26.87 -
YUV 123.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 149 107 139 0 0.28 0.07 0.42 314.29 0.17 0.5
Hex 95 6B 8B 0 1C 7 2A 13A 11 32
Octal 225 153 213 0 34 7 52 472 21 62
Binary 10010101 1101011 10001011 0 11100 111 101010 100111010 10001 110010

Color Harmonies of #956B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956B8B

Black with #956B8B

Text Example


Text Example

White with #956B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956B8B; }

 p { color: rgb(149,107,139); }

 H1.HeaderClassName
 {
   color: #956B8B;
 }
 .AnyTagClassName
 {
   color: #956B8B;
 }
</style>

background-color css

<style>
 a { background-color: #956B8B; }

 a { background-color: rgb(149,107,139); }

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

border-color css

<style>
 span { border-color: #956B8B; }

 span { border-color: rgb(149,107,139); }

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