Html Css Color HEX #96768F Mountbatten Pink

📋 copy color: '#96768F'

red 150 ◦ green 118 ◦ blue 143

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

Shades of Mountbatten Pink #96768F

Tints of Mountbatten Pink #96768F

RGB

 RED value IS 150 (58.98% from 255) = 36.5%

 GREEN value IS 118 (46.48% from 255) = 28.71%

 BLUE value IS 143 (56.25% from 255) = 34.79%

R = 36.5%
G = 28.71%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96768F (or 0x96768F) is known color: Mountbatten Pink. HEX triplet: 96, 76 and 8F. RGB value is (150,118,143). Sum of RGB (Red+Green+Blue) = 150+118+143=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 150 - color contains mainly: red. Hex color #96768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96768F is #698970. Grayscale: #828282. Windows color (decimal): -6916465 or 9402006. OLE color: 9402006.

HSL color Cylindrical-coordinate representation of color #96768F: hue angle of 313.12º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96768F is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 118 143 -
CMYK 0 0.21 0.05 0.41
HSL 313.13º 0.13% 0.53% -
HSV(B) 313.13º 0.21% 0.59% -
XYZ 24.01 21.42 28.86 -
YUV 130.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 150 118 143 0 0.21 0.05 0.41 313.13 0.13 0.53
Hex 96 76 8F 0 15 5 29 139 D 35
Octal 226 166 217 0 25 5 51 471 15 65
Binary 10010110 1110110 10001111 0 10101 101 101001 100111001 1101 110101

Color Harmonies of #96768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96768F

Black with #96768F

Text Example


Text Example

White with #96768F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96768F; }

 p { color: rgb(150,118,143); }

 H1.HeaderClassName
 {
   color: #96768F;
 }
 .AnyTagClassName
 {
   color: #96768F;
 }
</style>

background-color css

<style>
 a { background-color: #96768F; }

 a { background-color: rgb(150,118,143); }

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

border-color css

<style>
 span { border-color: #96768F; }

 span { border-color: rgb(150,118,143); }

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