Html Css Color HEX #9F358C Medium Red Violet

📋 copy color: '#9F358C'

red 159 ◦ green 53 ◦ blue 140

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

Shades of Medium Red Violet #9F358C

Tints of Medium Red Violet #9F358C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.06%

 BLUE value IS 140 (55.08% from 255) = 39.77%

R = 45.17%
G = 15.06%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9F358C (or 0x9F358C) is known color: Medium Red Violet. HEX triplet: 9F, 35 and 8C. RGB value is (159,53,140). Sum of RGB (Red+Green+Blue) = 159+53+140=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F358C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F358C is #60CA73. Grayscale: #5E5E5E. Windows color (decimal): -6343284 or 9188767. OLE color: 9188767.

HSL color Cylindrical-coordinate representation of color #9F358C: hue angle of 310.75º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F358C is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 53 140 -
CMYK 0 0.67 0.12 0.38
HSL 310.75º 0.5% 0.42% -
HSV(B) 310.75º 0.67% 0.62% -
XYZ 20.3 11.81 26.02 -
YUV 94.61 153.62 173.93 -
System Red Green Blue C M Y K H S L
Decimal 159 53 140 0 0.67 0.12 0.38 310.75 0.5 0.42
Hex 9F 35 8C 0 43 C 26 137 32 2A
Octal 237 65 214 0 103 14 46 467 62 52
Binary 10011111 110101 10001100 0 1000011 1100 100110 100110111 110010 101010

Color Harmonies of #9F358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F358C

Black with #9F358C

Text Example


Text Example

White with #9F358C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,53,140); }

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

background-color css

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

 a { background-color: rgb(159,53,140); }

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

border-color css

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

 span { border-color: rgb(159,53,140); }

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