Html Css Color HEX #9F3C8F Medium Red Violet

📋 copy color: '#9F3C8F'

red 159 ◦ green 60 ◦ blue 143

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

Shades of Medium Red Violet #9F3C8F

Tints of Medium Red Violet #9F3C8F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.57%

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

R = 43.92%
G = 16.57%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9F3C8F (or 0x9F3C8F) is known color: Medium Red Violet. HEX triplet: 9F, 3C and 8F. RGB value is (159,60,143). Sum of RGB (Red+Green+Blue) = 159+60+143=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3C8F is #60C370. Grayscale: #626262. Windows color (decimal): -6341489 or 9387167. OLE color: 9387167.

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

Color convert

RGB 159 60 143 -
CMYK 0 0.62 0.10 0.38
HSL 309.7º 0.45% 0.43% -
HSV(B) 309.7º 0.62% 0.62% -
XYZ 20.87 12.59 27.32 -
YUV 99.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 159 60 143 0 0.62 0.10 0.38 309.7 0.45 0.43
Hex 9F 3C 8F 0 3E A 26 136 2D 2B
Octal 237 74 217 0 76 12 46 466 55 53
Binary 10011111 111100 10001111 0 111110 1010 100110 100110110 101101 101011

Color Harmonies of #9F3C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3C8F

Black with #9F3C8F

Text Example


Text Example

White with #9F3C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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