Html Css Color HEX #9F6993 Mountbatten Pink

📋 copy color: '#9F6993'

red 159 ◦ green 105 ◦ blue 147

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

Shades of Mountbatten Pink #9F6993

Tints of Mountbatten Pink #9F6993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.55%

 BLUE value IS 147 (57.81% from 255) = 35.77%

R = 38.69%
G = 25.55%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9F6993 (or 0x9F6993) is known color: Mountbatten Pink. HEX triplet: 9F, 69 and 93. RGB value is (159,105,147). Sum of RGB (Red+Green+Blue) = 159+105+147=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6993 is #60966C. Grayscale: #7D7D7D. Windows color (decimal): -6329965 or 9660831. OLE color: 9660831.

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

Color convert

RGB 159 105 147 -
CMYK 0 0.34 0.08 0.38
HSL 313.33º 0.22% 0.52% -
HSV(B) 313.33º 0.34% 0.62% -
XYZ 24.62 19.58 30.09 -
YUV 125.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 159 105 147 0 0.34 0.08 0.38 313.33 0.22 0.52
Hex 9F 69 93 0 22 8 26 139 16 34
Octal 237 151 223 0 42 10 46 471 26 64
Binary 10011111 1101001 10010011 0 100010 1000 100110 100111001 10110 110100

Color Harmonies of #9F6993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6993

Black with #9F6993

Text Example


Text Example

White with #9F6993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,105,147); }

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

background-color css

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

 a { background-color: rgb(159,105,147); }

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

border-color css

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

 span { border-color: rgb(159,105,147); }

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