Html Css Color HEX #9B7090 Mountbatten Pink

📋 copy color: '#9B7090'

red 155 ◦ green 112 ◦ blue 144

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

Shades of Mountbatten Pink #9B7090

Tints of Mountbatten Pink #9B7090

RGB

 RED value IS 155 (60.94% from 255) = 37.71%

 GREEN value IS 112 (44.14% from 255) = 27.25%

 BLUE value IS 144 (56.64% from 255) = 35.04%

R = 37.71%
G = 27.25%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9B7090 (or 0x9B7090) is known color: Mountbatten Pink. HEX triplet: 9B, 70 and 90. RGB value is (155,112,144). Sum of RGB (Red+Green+Blue) = 155+112+144=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7090 is #648F6F. Grayscale: #808080. Windows color (decimal): -6590320 or 9466011. OLE color: 9466011.

HSL color Cylindrical-coordinate representation of color #9B7090: hue angle of 315.35º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B7090 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 112 144 -
CMYK 0 0.28 0.07 0.39
HSL 315.35º 0.18% 0.52% -
HSV(B) 315.35º 0.28% 0.61% -
XYZ 24.35 20.57 29.07 -
YUV 128.51 136.75 146.9 -
System Red Green Blue C M Y K H S L
Decimal 155 112 144 0 0.28 0.07 0.39 315.35 0.18 0.52
Hex 9B 70 90 0 1C 7 27 13B 12 34
Octal 233 160 220 0 34 7 47 473 22 64
Binary 10011011 1110000 10010000 0 11100 111 100111 100111011 10010 110100

Color Harmonies of #9B7090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7090

Black with #9B7090

Text Example


Text Example

White with #9B7090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,112,144); }

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

background-color css

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

 a { background-color: rgb(155,112,144); }

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

border-color css

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

 span { border-color: rgb(155,112,144); }

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