Html Css Color HEX #9F6C8C Mountbatten Pink

📋 copy color: '#9F6C8C'

red 159 ◦ green 108 ◦ blue 140

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

Shades of Mountbatten Pink #9F6C8C

Tints of Mountbatten Pink #9F6C8C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.54%

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 39.07%
G = 26.54%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9F6C8C (or 0x9F6C8C) is known color: Mountbatten Pink. HEX triplet: 9F, 6C and 8C. RGB value is (159,108,140). Sum of RGB (Red+Green+Blue) = 159+108+140=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6C8C is #609373. Grayscale: #7E7E7E. Windows color (decimal): -6329204 or 9202847. OLE color: 9202847.

HSL color Cylindrical-coordinate representation of color #9F6C8C: hue angle of 322.35º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F6C8C is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 108 140 -
CMYK 0 0.32 0.12 0.38
HSL 322.35º 0.21% 0.52% -
HSV(B) 322.35º 0.32% 0.62% -
XYZ 24.39 19.99 27.38 -
YUV 126.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 159 108 140 0 0.32 0.12 0.38 322.35 0.21 0.52
Hex 9F 6C 8C 0 20 C 26 142 15 34
Octal 237 154 214 0 40 14 46 502 25 64
Binary 10011111 1101100 10001100 0 100000 1100 100110 101000010 10101 110100

Color Harmonies of #9F6C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6C8C

Black with #9F6C8C

Text Example


Text Example

White with #9F6C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,108,140); }

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

background-color css

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

 a { background-color: rgb(159,108,140); }

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

border-color css

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

 span { border-color: rgb(159,108,140); }

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