#96698E

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

Shades of Mountbatten Pink #96698E

Tints of Mountbatten Pink #96698E

Color information

#96698E (or 0x96698E) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 69 and 8E. RGB value is (150,105,142). Sum of RGB (Red+Green+Blue) = 150+105+142=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #96698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96698E is #699671. Grayscale: #7A7A7A. Windows color (decimal): -6919794 or 9333142. OLE color: 9333142.

HSL color Cylindrical-coordinate representation of color #96698E: hue angle of 310.67º 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 #96698E is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB150105142-
CMYK00.300.050.41
HSL310.67º17.65%50%-
HSV(B)310.67º30%58.82%-
XYZ22.5118.5427.98-
YUV122.67138.91147.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.78%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 142 (55.86% from 255) = 35.77%
R=37.78%
G=26.45%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010514200.300.050.41310.6717.6550
Hex96698E01E5291371232
Octal2261512160365514672262
Binary1001011011010011000111001111010110100110011011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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