Html Css Color HEX #9F3E83 Medium Red Violet

📋 copy color: '#9F3E83'

red 159 ◦ green 62 ◦ blue 131

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

Shades of Medium Red Violet #9F3E83

Tints of Medium Red Violet #9F3E83

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.61%

 BLUE value IS 131 (51.56% from 255) = 37.22%

R = 45.17%
G = 17.61%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9F3E83 (or 0x9F3E83) is known color: Medium Red Violet. HEX triplet: 9F, 3E and 83. RGB value is (159,62,131). Sum of RGB (Red+Green+Blue) = 159+62+131=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3E83 is #60C17C. Grayscale: #626262. Windows color (decimal): -6340989 or 8601247. OLE color: 8601247.

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

Color convert

RGB 159 62 131 -
CMYK 0 0.61 0.18 0.38
HSL 317.32º 0.44% 0.43% -
HSV(B) 317.32º 0.61% 0.62% -
XYZ 20.12 12.45 22.82 -
YUV 98.87 146.14 170.89 -
System Red Green Blue C M Y K H S L
Decimal 159 62 131 0 0.61 0.18 0.38 317.32 0.44 0.43
Hex 9F 3E 83 0 3D 12 26 13D 2C 2B
Octal 237 76 203 0 75 22 46 475 54 53
Binary 10011111 111110 10000011 0 111101 10010 100110 100111101 101100 101011

Color Harmonies of #9F3E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3E83

Black with #9F3E83

Text Example


Text Example

White with #9F3E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,62,131); }

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

background-color css

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

 a { background-color: rgb(159,62,131); }

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

border-color css

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

 span { border-color: rgb(159,62,131); }

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