#95698D

Color #95698D Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #95698D

Tints of Mountbatten Pink #95698D

Color information

#95698D (or 0x95698D) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 69 and 8D. RGB value is (149,105,141). Sum of RGB (Red+Green+Blue) = 149+105+141=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #95698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95698D is #6A9672. Grayscale: #7A7A7A. Windows color (decimal): -6985331 or 9267605. OLE color: 9267605.

HSL color Cylindrical-coordinate representation of color #95698D: hue angle of 310.91º degrees, saturation: 0.17, 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 #95698D is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB149105141-
CMYK00.300.050.42
HSL310.91º17.32%49.8%-
HSV(B)310.91º29.53%58.43%-
XYZ22.2518.4227.58-
YUV122.26138.58147.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.72%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=37.72%
G=26.58%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910514100.300.050.42310.9117.3249.8
Hex95698D01E52A1371132
Octal2251512150365524672162
Binary1001010111010011000110101111010110101010011011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95698D;
 }
 .AnyTagClassName
 {
   color: #95698D;
 }
</style>
background-color css

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

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

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

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

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

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