Html Css Color HEX #9F3B8F Medium Red Violet

📋 copy color: '#9F3B8F'

red 159 ◦ green 59 ◦ blue 143

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

Shades of Medium Red Violet #9F3B8F

Tints of Medium Red Violet #9F3B8F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.34%

 BLUE value IS 143 (56.25% from 255) = 39.61%

R = 44.04%
G = 16.34%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9F3B8F (or 0x9F3B8F) is known color: Medium Red Violet. HEX triplet: 9F, 3B and 8F. RGB value is (159,59,143). Sum of RGB (Red+Green+Blue) = 159+59+143=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3B8F is #60C470. Grayscale: #626262. Windows color (decimal): -6341745 or 9386911. OLE color: 9386911.

HSL color Cylindrical-coordinate representation of color #9F3B8F: hue angle of 309.6º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F3B8F is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 59 143 -
CMYK 0 0.63 0.10 0.38
HSL 309.6º 0.46% 0.43% -
HSV(B) 309.6º 0.63% 0.62% -
XYZ 20.82 12.48 27.3 -
YUV 98.48 153.13 171.17 -
System Red Green Blue C M Y K H S L
Decimal 159 59 143 0 0.63 0.10 0.38 309.6 0.46 0.43
Hex 9F 3B 8F 0 3F A 26 136 2E 2B
Octal 237 73 217 0 77 12 46 466 56 53
Binary 10011111 111011 10001111 0 111111 1010 100110 100110110 101110 101011

Color Harmonies of #9F3B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3B8F

Black with #9F3B8F

Text Example


Text Example

White with #9F3B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,59,143); }

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

background-color css

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

 a { background-color: rgb(159,59,143); }

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

border-color css

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

 span { border-color: rgb(159,59,143); }

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