Html Css Color HEX #9B7093 Mountbatten Pink

📋 copy color: '#9B7093'

red 155 ◦ green 112 ◦ blue 147

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

Shades of Mountbatten Pink #9B7093

Tints of Mountbatten Pink #9B7093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.51%

R = 37.44%
G = 27.05%
B = 35.51%

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

#9B7093 (or 0x9B7093) is known color: Mountbatten Pink. HEX triplet: 9B, 70 and 93. RGB value is (155,112,147). Sum of RGB (Red+Green+Blue) = 155+112+147=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7093 is #648F6C. Grayscale: #808080. Windows color (decimal): -6590317 or 9662619. OLE color: 9662619.

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

Color convert

RGB 155 112 147 -
CMYK 0 0.28 0.05 0.39
HSL 311.16º 0.18% 0.52% -
HSV(B) 311.16º 0.28% 0.61% -
XYZ 24.58 20.66 30.3 -
YUV 128.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 155 112 147 0 0.28 0.05 0.39 311.16 0.18 0.52
Hex 9B 70 93 0 1C 5 27 137 12 34
Octal 233 160 223 0 34 5 47 467 22 64
Binary 10011011 1110000 10010011 0 11100 101 100111 100110111 10010 110100

Color Harmonies of #9B7093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7093

Black with #9B7093

Text Example


Text Example

White with #9B7093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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