Html Css Color HEX #967A8D Mountbatten Pink

📋 copy color: '#967A8D'

red 150 ◦ green 122 ◦ blue 141

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

Shades of Mountbatten Pink #967A8D

Tints of Mountbatten Pink #967A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.54%

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 36.32%
G = 29.54%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#967A8D (or 0x967A8D) is known color: Mountbatten Pink. HEX triplet: 96, 7A and 8D. RGB value is (150,122,141). Sum of RGB (Red+Green+Blue) = 150+122+141=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 150 - color contains mainly: red. Hex color #967A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967A8D is #698572. Grayscale: #848484. Windows color (decimal): -6915443 or 9271958. OLE color: 9271958.

HSL color Cylindrical-coordinate representation of color #967A8D: hue angle of 319.29º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #967A8D is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 122 141 -
CMYK 0 0.19 0.06 0.41
HSL 319.29º 0.12% 0.53% -
HSV(B) 319.29º 0.19% 0.59% -
XYZ 24.34 22.33 28.23 -
YUV 132.54 132.78 140.46 -
System Red Green Blue C M Y K H S L
Decimal 150 122 141 0 0.19 0.06 0.41 319.29 0.12 0.53
Hex 96 7A 8D 0 13 6 29 13F C 35
Octal 226 172 215 0 23 6 51 477 14 65
Binary 10010110 1111010 10001101 0 10011 110 101001 100111111 1100 110101

Color Harmonies of #967A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A8D

Black with #967A8D

Text Example


Text Example

White with #967A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,122,141); }

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

background-color css

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

 a { background-color: rgb(150,122,141); }

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

border-color css

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

 span { border-color: rgb(150,122,141); }

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