Html Css Color HEX #967D93 Mountbatten Pink

📋 copy color: '#967D93'

red 150 ◦ green 125 ◦ blue 147

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

Shades of Mountbatten Pink #967D93

Tints of Mountbatten Pink #967D93

RGB

 RED value IS 150 (58.98% from 255) = 35.55%

 GREEN value IS 125 (49.22% from 255) = 29.62%

 BLUE value IS 147 (57.81% from 255) = 34.83%

R = 35.55%
G = 29.62%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#967D93 (or 0x967D93) is known color: Mountbatten Pink. HEX triplet: 96, 7D and 93. RGB value is (150,125,147). Sum of RGB (Red+Green+Blue) = 150+125+147=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 150 - color contains mainly: red. Hex color #967D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967D93 is #69826C. Grayscale: #868686. Windows color (decimal): -6914669 or 9665942. OLE color: 9665942.

HSL color Cylindrical-coordinate representation of color #967D93: hue angle of 307.2º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #967D93 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 125 147 -
CMYK 0 0.17 0.02 0.41
HSL 307.2º 0.11% 0.54% -
HSV(B) 307.2º 0.17% 0.59% -
XYZ 25.18 23.26 30.77 -
YUV 134.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 150 125 147 0 0.17 0.02 0.41 307.2 0.11 0.54
Hex 96 7D 93 0 11 2 29 133 B 36
Octal 226 175 223 0 21 2 51 463 13 66
Binary 10010110 1111101 10010011 0 10001 10 101001 100110011 1011 110110

Color Harmonies of #967D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967D93

Black with #967D93

Text Example


Text Example

White with #967D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967D93; }

 p { color: rgb(150,125,147); }

 H1.HeaderClassName
 {
   color: #967D93;
 }
 .AnyTagClassName
 {
   color: #967D93;
 }
</style>

background-color css

<style>
 a { background-color: #967D93; }

 a { background-color: rgb(150,125,147); }

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

border-color css

<style>
 span { border-color: #967D93; }

 span { border-color: rgb(150,125,147); }

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