Html Css Color HEX #9D7B94 Mountbatten Pink

📋 copy color: '#9D7B94'

red 157 ◦ green 123 ◦ blue 148

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

Shades of Mountbatten Pink #9D7B94

Tints of Mountbatten Pink #9D7B94

RGB

 RED value IS 157 (61.72% from 255) = 36.68%

 GREEN value IS 123 (48.44% from 255) = 28.74%

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

R = 36.68%
G = 28.74%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9D7B94 (or 0x9D7B94) is known color: Mountbatten Pink. HEX triplet: 9D, 7B and 94. RGB value is (157,123,148). Sum of RGB (Red+Green+Blue) = 157+123+148=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7B94 is #62846B. Grayscale: #878787. Windows color (decimal): -6456428 or 9730973. OLE color: 9730973.

HSL color Cylindrical-coordinate representation of color #9D7B94: hue angle of 315.88º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D7B94 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 123 148 -
CMYK 0 0.22 0.06 0.38
HSL 315.88º 0.15% 0.55% -
HSV(B) 315.88º 0.22% 0.62% -
XYZ 26.33 23.47 31.16 -
YUV 136.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 157 123 148 0 0.22 0.06 0.38 315.88 0.15 0.55
Hex 9D 7B 94 0 16 6 26 13C F 37
Octal 235 173 224 0 26 6 46 474 17 67
Binary 10011101 1111011 10010100 0 10110 110 100110 100111100 1111 110111

Color Harmonies of #9D7B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7B94

Black with #9D7B94

Text Example


Text Example

White with #9D7B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,123,148); }

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

background-color css

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

 a { background-color: rgb(157,123,148); }

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

border-color css

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

 span { border-color: rgb(157,123,148); }

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