Html Css Color HEX #95688D Mountbatten Pink

📋 copy color: '#95688D'

red 149 ◦ green 104 ◦ blue 141

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

Shades of Mountbatten Pink #95688D

Tints of Mountbatten Pink #95688D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.4%

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 37.82%
G = 26.4%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95688D (or 0x95688D) is known color: Mountbatten Pink. HEX triplet: 95, 68 and 8D. RGB value is (149,104,141). Sum of RGB (Red+Green+Blue) = 149+104+141=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #95688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95688D is #6A9772. Grayscale: #797979. Windows color (decimal): -6985587 or 9267349. OLE color: 9267349.

HSL color Cylindrical-coordinate representation of color #95688D: hue angle of 310.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95688D is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 104 141 -
CMYK 0 0.30 0.05 0.42
HSL 310.67º 0.18% 0.5% -
HSV(B) 310.67º 0.3% 0.58% -
XYZ 22.15 18.21 27.55 -
YUV 121.67 138.91 147.49 -
System Red Green Blue C M Y K H S L
Decimal 149 104 141 0 0.30 0.05 0.42 310.67 0.18 0.5
Hex 95 68 8D 0 1E 5 2A 137 12 32
Octal 225 150 215 0 36 5 52 467 22 62
Binary 10010101 1101000 10001101 0 11110 101 101010 100110111 10010 110010

Color Harmonies of #95688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95688D

Black with #95688D

Text Example


Text Example

White with #95688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95688D; }

 p { color: rgb(149,104,141); }

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

background-color css

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

 a { background-color: rgb(149,104,141); }

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

border-color css

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

 span { border-color: rgb(149,104,141); }

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