#96698D

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

Shades of Mountbatten Pink #96698D

Tints of Mountbatten Pink #96698D

Color information

#96698D (or 0x96698D) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 69 and 8D. RGB value is (150,105,141). Sum of RGB (Red+Green+Blue) = 150+105+141=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #96698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96698D is #699672. Grayscale: #7A7A7A. Windows color (decimal): -6919795 or 9267606. OLE color: 9267606.

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

Color convert

RGB150105141-
CMYK00.300.060.41
HSL312º17.65%50%-
HSV(B)312º30%58.82%-
XYZ22.4418.5127.59-
YUV122.56138.41147.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 141 (55.47% from 255) = 35.61%
R=37.88%
G=26.52%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010514100.300.060.4131217.6550
Hex96698D01E6291381232
Octal2261512150366514702262
Binary1001011011010011000110101111011010100110011100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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