Html Css Color HEX #93758B Mountbatten Pink

📋 copy color: '#93758B'

red 147 ◦ green 117 ◦ blue 139

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

Shades of Mountbatten Pink #93758B

Tints of Mountbatten Pink #93758B

RGB

 RED value IS 147 (57.81% from 255) = 36.48%

 GREEN value IS 117 (46.09% from 255) = 29.03%

 BLUE value IS 139 (54.69% from 255) = 34.49%

R = 36.48%
G = 29.03%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#93758B (or 0x93758B) is known color: Mountbatten Pink. HEX triplet: 93, 75 and 8B. RGB value is (147,117,139). Sum of RGB (Red+Green+Blue) = 147+117+139=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 147 - color contains mainly: red. Hex color #93758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93758B is #6C8A74. Grayscale: #808080. Windows color (decimal): -7113333 or 9139603. OLE color: 9139603.

HSL color Cylindrical-coordinate representation of color #93758B: hue angle of 316º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93758B is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 117 139 -
CMYK 0 0.20 0.05 0.42
HSL 316º 0.12% 0.52% -
HSV(B) 316º 0.2% 0.58% -
XYZ 23.05 20.79 27.22 -
YUV 128.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 147 117 139 0 0.20 0.05 0.42 316 0.12 0.52
Hex 93 75 8B 0 14 5 2A 13C C 34
Octal 223 165 213 0 24 5 52 474 14 64
Binary 10010011 1110101 10001011 0 10100 101 101010 100111100 1100 110100

Color Harmonies of #93758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93758B

Black with #93758B

Text Example


Text Example

White with #93758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93758B; }

 p { color: rgb(147,117,139); }

 H1.HeaderClassName
 {
   color: #93758B;
 }
 .AnyTagClassName
 {
   color: #93758B;
 }
</style>

background-color css

<style>
 a { background-color: #93758B; }

 a { background-color: rgb(147,117,139); }

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

border-color css

<style>
 span { border-color: #93758B; }

 span { border-color: rgb(147,117,139); }

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