Html Css Color HEX #9F368D Medium Red Violet

📋 copy color: '#9F368D'

red 159 ◦ green 54 ◦ blue 141

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

Shades of Medium Red Violet #9F368D

Tints of Medium Red Violet #9F368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.25%

 BLUE value IS 141 (55.47% from 255) = 39.83%

R = 44.92%
G = 15.25%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F368D (or 0x9F368D) is known color: Medium Red Violet. HEX triplet: 9F, 36 and 8D. RGB value is (159,54,141). Sum of RGB (Red+Green+Blue) = 159+54+141=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F368D is #60C972. Grayscale: #5F5F5F. Windows color (decimal): -6343027 or 9254559. OLE color: 9254559.

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

Color convert

RGB 159 54 141 -
CMYK 0 0.66 0.11 0.38
HSL 310.29º 0.49% 0.42% -
HSV(B) 310.29º 0.66% 0.62% -
XYZ 20.42 11.93 26.43 -
YUV 95.31 153.79 173.43 -
System Red Green Blue C M Y K H S L
Decimal 159 54 141 0 0.66 0.11 0.38 310.29 0.49 0.42
Hex 9F 36 8D 0 42 B 26 136 31 2A
Octal 237 66 215 0 102 13 46 466 61 52
Binary 10011111 110110 10001101 0 1000010 1011 100110 100110110 110001 101010

Color Harmonies of #9F368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F368D

Black with #9F368D

Text Example


Text Example

White with #9F368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,54,141); }

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

background-color css

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

 a { background-color: rgb(159,54,141); }

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

border-color css

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

 span { border-color: rgb(159,54,141); }

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