Html Css Color HEX #9F668F Mountbatten Pink

📋 copy color: '#9F668F'

red 159 ◦ green 102 ◦ blue 143

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

Shades of Mountbatten Pink #9F668F

Tints of Mountbatten Pink #9F668F

RGB

 RED value IS 159 (62.5% from 255) = 39.36%

 GREEN value IS 102 (40.23% from 255) = 25.25%

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

R = 39.36%
G = 25.25%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9F668F (or 0x9F668F) is known color: Mountbatten Pink. HEX triplet: 9F, 66 and 8F. RGB value is (159,102,143). Sum of RGB (Red+Green+Blue) = 159+102+143=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F668F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F668F is #609970. Grayscale: #7B7B7B. Windows color (decimal): -6330737 or 9397919. OLE color: 9397919.

HSL color Cylindrical-coordinate representation of color #9F668F: hue angle of 316.84º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F668F is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 102 143 -
CMYK 0 0.36 0.10 0.38
HSL 316.84º 0.23% 0.51% -
HSV(B) 316.84º 0.36% 0.62% -
XYZ 24.01 18.86 28.36 -
YUV 123.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 159 102 143 0 0.36 0.10 0.38 316.84 0.23 0.51
Hex 9F 66 8F 0 24 A 26 13D 17 33
Octal 237 146 217 0 44 12 46 475 27 63
Binary 10011111 1100110 10001111 0 100100 1010 100110 100111101 10111 110011

Color Harmonies of #9F668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F668F

Black with #9F668F

Text Example


Text Example

White with #9F668F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F668F; }

 p { color: rgb(159,102,143); }

 H1.HeaderClassName
 {
   color: #9F668F;
 }
 .AnyTagClassName
 {
   color: #9F668F;
 }
</style>

background-color css

<style>
 a { background-color: #9F668F; }

 a { background-color: rgb(159,102,143); }

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

border-color css

<style>
 span { border-color: #9F668F; }

 span { border-color: rgb(159,102,143); }

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