#96698C

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

Shades of Mountbatten Pink #96698C

Tints of Mountbatten Pink #96698C

Color information

#96698C (or 0x96698C) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 69 and 8C. RGB value is (150,105,140). Sum of RGB (Red+Green+Blue) = 150+105+140=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #96698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96698C is #699673. Grayscale: #7A7A7A. Windows color (decimal): -6919796 or 9202070. OLE color: 9202070.

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

Color convert

RGB150105140-
CMYK00.300.070.41
HSL313.33º17.65%50%-
HSV(B)313.33º30%58.82%-
XYZ22.3618.4827.2-
YUV122.44137.91147.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 140 (55.08% from 255) = 35.44%
R=37.97%
G=26.58%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010514000.300.070.41313.3317.6550
Hex96698C01E7291391232
Octal2261512140367514712262
Binary1001011011010011000110001111011110100110011100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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