Html Css Color HEX #9F6E94 Mountbatten Pink

📋 copy color: '#9F6E94'

red 159 ◦ green 110 ◦ blue 148

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

Shades of Mountbatten Pink #9F6E94

Tints of Mountbatten Pink #9F6E94

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.38%

 BLUE value IS 148 (58.2% from 255) = 35.49%

R = 38.13%
G = 26.38%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9F6E94 (or 0x9F6E94) is known color: Mountbatten Pink. HEX triplet: 9F, 6E and 94. RGB value is (159,110,148). Sum of RGB (Red+Green+Blue) = 159+110+148=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6E94 is #60916B. Grayscale: #808080. Windows color (decimal): -6328684 or 9727647. OLE color: 9727647.

HSL color Cylindrical-coordinate representation of color #9F6E94: hue angle of 313.47º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F6E94 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 110 148 -
CMYK 0 0.31 0.07 0.38
HSL 313.47º 0.2% 0.53% -
HSV(B) 313.47º 0.31% 0.62% -
XYZ 25.22 20.66 30.68 -
YUV 128.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 159 110 148 0 0.31 0.07 0.38 313.47 0.2 0.53
Hex 9F 6E 94 0 1F 7 26 139 14 35
Octal 237 156 224 0 37 7 46 471 24 65
Binary 10011111 1101110 10010100 0 11111 111 100110 100111001 10100 110101

Color Harmonies of #9F6E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6E94

Black with #9F6E94

Text Example


Text Example

White with #9F6E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,110,148); }

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

background-color css

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

 a { background-color: rgb(159,110,148); }

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

border-color css

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

 span { border-color: rgb(159,110,148); }

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