Html Css Color HEX #9F6892 Mountbatten Pink

📋 copy color: '#9F6892'

red 159 ◦ green 104 ◦ blue 146

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

Shades of Mountbatten Pink #9F6892

Tints of Mountbatten Pink #9F6892

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.43%

 BLUE value IS 146 (57.42% from 255) = 35.7%

R = 38.88%
G = 25.43%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9F6892 (or 0x9F6892) is known color: Mountbatten Pink. HEX triplet: 9F, 68 and 92. RGB value is (159,104,146). Sum of RGB (Red+Green+Blue) = 159+104+146=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6892 is #60976D. Grayscale: #7D7D7D. Windows color (decimal): -6330222 or 9595039. OLE color: 9595039.

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

Color convert

RGB 159 104 146 -
CMYK 0 0.35 0.08 0.38
HSL 314.18º 0.22% 0.52% -
HSV(B) 314.18º 0.35% 0.62% -
XYZ 24.44 19.35 29.64 -
YUV 125.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 159 104 146 0 0.35 0.08 0.38 314.18 0.22 0.52
Hex 9F 68 92 0 23 8 26 13A 16 34
Octal 237 150 222 0 43 10 46 472 26 64
Binary 10011111 1101000 10010010 0 100011 1000 100110 100111010 10110 110100

Color Harmonies of #9F6892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6892

Black with #9F6892

Text Example


Text Example

White with #9F6892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,104,146); }

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

background-color css

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

 a { background-color: rgb(159,104,146); }

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

border-color css

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

 span { border-color: rgb(159,104,146); }

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