Html Css Color HEX #9F3376 Medium Red Violet

📋 copy color: '#9F3376'

red 159 ◦ green 51 ◦ blue 118

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

Shades of Medium Red Violet #9F3376

Tints of Medium Red Violet #9F3376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.55%

 BLUE value IS 118 (46.48% from 255) = 35.98%

R = 48.48%
G = 15.55%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F3376 (or 0x9F3376) is known color: Medium Red Violet. HEX triplet: 9F, 33 and 76. RGB value is (159,51,118). Sum of RGB (Red+Green+Blue) = 159+51+118=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3376 is #60CC89. Grayscale: #5A5A5A. Windows color (decimal): -6343818 or 7746463. OLE color: 7746463.

HSL color Cylindrical-coordinate representation of color #9F3376: hue angle of 322.78º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F3376 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 51 118 -
CMYK 0 0.68 0.26 0.38
HSL 322.78º 0.51% 0.41% -
HSV(B) 322.78º 0.68% 0.62% -
XYZ 18.75 11.05 18.28 -
YUV 90.93 143.28 176.55 -
System Red Green Blue C M Y K H S L
Decimal 159 51 118 0 0.68 0.26 0.38 322.78 0.51 0.41
Hex 9F 33 76 0 44 1A 26 143 33 29
Octal 237 63 166 0 104 32 46 503 63 51
Binary 10011111 110011 1110110 0 1000100 11010 100110 101000011 110011 101001

Color Harmonies of #9F3376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3376

Black with #9F3376

Text Example


Text Example

White with #9F3376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,51,118); }

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

background-color css

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

 a { background-color: rgb(159,51,118); }

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

border-color css

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

 span { border-color: rgb(159,51,118); }

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