Html Css Color HEX #95758F Mountbatten Pink

📋 copy color: '#95758F'

red 149 ◦ green 117 ◦ blue 143

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

Shades of Mountbatten Pink #95758F

Tints of Mountbatten Pink #95758F

RGB

 RED value IS 149 (58.59% from 255) = 36.43%

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

 BLUE value IS 143 (56.25% from 255) = 34.96%

R = 36.43%
G = 28.61%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95758F (or 0x95758F) is known color: Mountbatten Pink. HEX triplet: 95, 75 and 8F. RGB value is (149,117,143). Sum of RGB (Red+Green+Blue) = 149+117+143=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #95758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95758F is #6A8A70. Grayscale: #818181. Windows color (decimal): -6982257 or 9401749. OLE color: 9401749.

HSL color Cylindrical-coordinate representation of color #95758F: hue angle of 311.25º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95758F is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 117 143 -
CMYK 0 0.21 0.04 0.42
HSL 311.25º 0.13% 0.52% -
HSV(B) 311.25º 0.21% 0.58% -
XYZ 23.71 21.1 28.81 -
YUV 129.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 149 117 143 0 0.21 0.04 0.42 311.25 0.13 0.52
Hex 95 75 8F 0 15 4 2A 137 D 34
Octal 225 165 217 0 25 4 52 467 15 64
Binary 10010101 1110101 10001111 0 10101 100 101010 100110111 1101 110100

Color Harmonies of #95758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95758F

Black with #95758F

Text Example


Text Example

White with #95758F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95758F; }

 p { color: rgb(149,117,143); }

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

background-color css

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

 a { background-color: rgb(149,117,143); }

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

border-color css

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

 span { border-color: rgb(149,117,143); }

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