Html Css Color HEX #96738F Mountbatten Pink

📋 copy color: '#96738F'

red 150 ◦ green 115 ◦ blue 143

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

Shades of Mountbatten Pink #96738F

Tints of Mountbatten Pink #96738F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.19%

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

R = 36.76%
G = 28.19%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96738F (or 0x96738F) is known color: Mountbatten Pink. HEX triplet: 96, 73 and 8F. RGB value is (150,115,143). Sum of RGB (Red+Green+Blue) = 150+115+143=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 150 - color contains mainly: red. Hex color #96738F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96738F is #698C70. Grayscale: #808080. Windows color (decimal): -6917233 or 9401238. OLE color: 9401238.

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

Color convert

RGB 150 115 143 -
CMYK 0 0.23 0.05 0.41
HSL 312º 0.14% 0.52% -
HSV(B) 312º 0.23% 0.59% -
XYZ 23.67 20.73 28.74 -
YUV 128.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 150 115 143 0 0.23 0.05 0.41 312 0.14 0.52
Hex 96 73 8F 0 17 5 29 138 E 34
Octal 226 163 217 0 27 5 51 470 16 64
Binary 10010110 1110011 10001111 0 10111 101 101001 100111000 1110 110100

Color Harmonies of #96738F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96738F

Black with #96738F

Text Example


Text Example

White with #96738F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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