Html Css Color HEX #9B8093 Mountbatten Pink

📋 copy color: '#9B8093'

red 155 ◦ green 128 ◦ blue 147

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

Shades of Mountbatten Pink #9B8093

Tints of Mountbatten Pink #9B8093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.77%

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

R = 36.05%
G = 29.77%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B8093 (or 0x9B8093) is known color: Mountbatten Pink. HEX triplet: 9B, 80 and 93. RGB value is (155,128,147). Sum of RGB (Red+Green+Blue) = 155+128+147=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8093 is #647F6C. Grayscale: #8A8A8A. Windows color (decimal): -6586221 or 9666715. OLE color: 9666715.

HSL color Cylindrical-coordinate representation of color #9B8093: hue angle of 317.78º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9B8093 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 128 147 -
CMYK 0 0.17 0.05 0.39
HSL 317.78º 0.12% 0.55% -
HSV(B) 317.78º 0.17% 0.61% -
XYZ 26.5 24.51 30.94 -
YUV 138.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 155 128 147 0 0.17 0.05 0.39 317.78 0.12 0.55
Hex 9B 80 93 0 11 5 27 13E C 37
Octal 233 200 223 0 21 5 47 476 14 67
Binary 10011011 10000000 10010011 0 10001 101 100111 100111110 1100 110111

Color Harmonies of #9B8093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8093

Black with #9B8093

Text Example


Text Example

White with #9B8093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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