Html Css Color HEX #9F6990 Mountbatten Pink

📋 copy color: '#9F6990'

red 159 ◦ green 105 ◦ blue 144

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

Shades of Mountbatten Pink #9F6990

Tints of Mountbatten Pink #9F6990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.29%

R = 38.97%
G = 25.74%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F6990 (or 0x9F6990) is known color: Mountbatten Pink. HEX triplet: 9F, 69 and 90. RGB value is (159,105,144). Sum of RGB (Red+Green+Blue) = 159+105+144=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6990 is #60966F. Grayscale: #7D7D7D. Windows color (decimal): -6329968 or 9464223. OLE color: 9464223.

HSL color Cylindrical-coordinate representation of color #9F6990: hue angle of 316.67º 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 #9F6990 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 105 144 -
CMYK 0 0.34 0.09 0.38
HSL 316.67º 0.22% 0.52% -
HSV(B) 316.67º 0.34% 0.62% -
XYZ 24.38 19.49 28.86 -
YUV 125.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 159 105 144 0 0.34 0.09 0.38 316.67 0.22 0.52
Hex 9F 69 90 0 22 9 26 13D 16 34
Octal 237 151 220 0 42 11 46 475 26 64
Binary 10011111 1101001 10010000 0 100010 1001 100110 100111101 10110 110100

Color Harmonies of #9F6990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6990

Black with #9F6990

Text Example


Text Example

White with #9F6990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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