Html Css Color HEX #9B7094 Mountbatten Pink

📋 copy color: '#9B7094'

red 155 ◦ green 112 ◦ blue 148

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

Shades of Mountbatten Pink #9B7094

Tints of Mountbatten Pink #9B7094

RGB

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

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

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

R = 37.35%
G = 26.99%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B7094 (or 0x9B7094) is known color: Mountbatten Pink. HEX triplet: 9B, 70 and 94. RGB value is (155,112,148). Sum of RGB (Red+Green+Blue) = 155+112+148=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7094 is #648F6B. Grayscale: #808080. Windows color (decimal): -6590316 or 9728155. OLE color: 9728155.

HSL color Cylindrical-coordinate representation of color #9B7094: hue angle of 309.77º 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 #9B7094 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 112 148 -
CMYK 0 0.28 0.05 0.39
HSL 309.77º 0.18% 0.52% -
HSV(B) 309.77º 0.28% 0.61% -
XYZ 24.66 20.7 30.71 -
YUV 128.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 155 112 148 0 0.28 0.05 0.39 309.77 0.18 0.52
Hex 9B 70 94 0 1C 5 27 136 12 34
Octal 233 160 224 0 34 5 47 466 22 64
Binary 10011011 1110000 10010100 0 11100 101 100111 100110110 10010 110100

Color Harmonies of #9B7094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7094

Black with #9B7094

Text Example


Text Example

White with #9B7094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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