Html Css Color HEX #967A94 Mountbatten Pink

📋 copy color: '#967A94'

red 150 ◦ green 122 ◦ blue 148

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

Shades of Mountbatten Pink #967A94

Tints of Mountbatten Pink #967A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.24%

R = 35.71%
G = 29.05%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#967A94 (or 0x967A94) is known color: Mountbatten Pink. HEX triplet: 96, 7A and 94. RGB value is (150,122,148). Sum of RGB (Red+Green+Blue) = 150+122+148=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #967A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967A94 is #69856B. Grayscale: #858585. Windows color (decimal): -6915436 or 9730710. OLE color: 9730710.

HSL color Cylindrical-coordinate representation of color #967A94: hue angle of 304.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 #967A94 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 122 148 -
CMYK 0 0.19 0.01 0.41
HSL 304.29º 0.12% 0.53% -
HSV(B) 304.29º 0.19% 0.59% -
XYZ 24.88 22.54 31.06 -
YUV 133.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 150 122 148 0 0.19 0.01 0.41 304.29 0.12 0.53
Hex 96 7A 94 0 13 1 29 130 C 35
Octal 226 172 224 0 23 1 51 460 14 65
Binary 10010110 1111010 10010100 0 10011 1 101001 100110000 1100 110101

Color Harmonies of #967A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A94

Black with #967A94

Text Example


Text Example

White with #967A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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