Html Css Color HEX #917388 Mountbatten Pink

📋 copy color: '#917388'

red 145 ◦ green 115 ◦ blue 136

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

Shades of Mountbatten Pink #917388

Tints of Mountbatten Pink #917388

RGB

 RED value IS 145 (57.03% from 255) = 36.62%

 GREEN value IS 115 (45.31% from 255) = 29.04%

 BLUE value IS 136 (53.52% from 255) = 34.34%

R = 36.62%
G = 29.04%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#917388 (or 0x917388) is known color: Mountbatten Pink. HEX triplet: 91, 73 and 88. RGB value is (145,115,136). Sum of RGB (Red+Green+Blue) = 145+115+136=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 145 - color contains mainly: red. Hex color #917388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917388 is #6E8C77. Grayscale: #7E7E7E. Windows color (decimal): -7244920 or 8942481. OLE color: 8942481.

HSL color Cylindrical-coordinate representation of color #917388: hue angle of 318º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #917388 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 115 136 -
CMYK 0 0.21 0.06 0.43
HSL 318º 0.12% 0.51% -
HSV(B) 318º 0.21% 0.57% -
XYZ 22.25 20.06 25.99 -
YUV 126.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 145 115 136 0 0.21 0.06 0.43 318 0.12 0.51
Hex 91 73 88 0 15 6 2B 13E C 33
Octal 221 163 210 0 25 6 53 476 14 63
Binary 10010001 1110011 10001000 0 10101 110 101011 100111110 1100 110011

Color Harmonies of #917388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917388

Black with #917388

Text Example


Text Example

White with #917388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917388; }

 p { color: rgb(145,115,136); }

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

background-color css

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

 a { background-color: rgb(145,115,136); }

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

border-color css

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

 span { border-color: rgb(145,115,136); }

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