Html Css Color HEX #9F3893 Medium Red Violet

📋 copy color: '#9F3893'

red 159 ◦ green 56 ◦ blue 147

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

Shades of Medium Red Violet #9F3893

Tints of Medium Red Violet #9F3893

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.47%

 BLUE value IS 147 (57.81% from 255) = 40.61%

R = 43.92%
G = 15.47%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9F3893 (or 0x9F3893) is known color: Medium Red Violet. HEX triplet: 9F, 38 and 93. RGB value is (159,56,147). Sum of RGB (Red+Green+Blue) = 159+56+147=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3893 is #60C76C. Grayscale: #606060. Windows color (decimal): -6342509 or 9648287. OLE color: 9648287.

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

Color convert

RGB 159 56 147 -
CMYK 0 0.65 0.08 0.38
HSL 306.99º 0.48% 0.42% -
HSV(B) 306.99º 0.65% 0.62% -
XYZ 20.98 12.31 28.87 -
YUV 97.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 159 56 147 0 0.65 0.08 0.38 306.99 0.48 0.42
Hex 9F 38 93 0 41 8 26 133 30 2A
Octal 237 70 223 0 101 10 46 463 60 52
Binary 10011111 111000 10010011 0 1000001 1000 100110 100110011 110000 101010

Color Harmonies of #9F3893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3893

Black with #9F3893

Text Example


Text Example

White with #9F3893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,56,147); }

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

background-color css

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

 a { background-color: rgb(159,56,147); }

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

border-color css

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

 span { border-color: rgb(159,56,147); }

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