Html Css Color HEX #9F448B Medium Red Violet

📋 copy color: '#9F448B'

red 159 ◦ green 68 ◦ blue 139

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

Shades of Medium Red Violet #9F448B

Tints of Medium Red Violet #9F448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.58%

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 43.44%
G = 18.58%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F448B (or 0x9F448B) is known color: Medium Red Violet. HEX triplet: 9F, 44 and 8B. RGB value is (159,68,139). Sum of RGB (Red+Green+Blue) = 159+68+139=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F448B is #60BB74. Grayscale: #676767. Windows color (decimal): -6339445 or 9127071. OLE color: 9127071.

HSL color Cylindrical-coordinate representation of color #9F448B: hue angle of 313.19º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F448B is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 68 139 -
CMYK 0 0.57 0.13 0.38
HSL 313.19º 0.4% 0.45% -
HSV(B) 313.19º 0.57% 0.62% -
XYZ 21.03 13.37 25.9 -
YUV 103.3 148.15 167.73 -
System Red Green Blue C M Y K H S L
Decimal 159 68 139 0 0.57 0.13 0.38 313.19 0.4 0.45
Hex 9F 44 8B 0 39 D 26 139 28 2D
Octal 237 104 213 0 71 15 46 471 50 55
Binary 10011111 1000100 10001011 0 111001 1101 100110 100111001 101000 101101

Color Harmonies of #9F448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F448B

Black with #9F448B

Text Example


Text Example

White with #9F448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,68,139); }

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

background-color css

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

 a { background-color: rgb(159,68,139); }

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

border-color css

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

 span { border-color: rgb(159,68,139); }

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