Html Css Color HEX #9F2E75 Medium Red Violet

📋 copy color: '#9F2E75'

red 159 ◦ green 46 ◦ blue 117

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

Shades of Medium Red Violet #9F2E75

Tints of Medium Red Violet #9F2E75

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.29%

 BLUE value IS 117 (46.09% from 255) = 36.34%

R = 49.38%
G = 14.29%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F2E75 (or 0x9F2E75) is known color: Medium Red Violet. HEX triplet: 9F, 2E and 75. RGB value is (159,46,117). Sum of RGB (Red+Green+Blue) = 159+46+117=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2E75 is #60D18A. Grayscale: #575757. Windows color (decimal): -6345099 or 7679647. OLE color: 7679647.

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

Color convert

RGB 159 46 117 -
CMYK 0 0.71 0.26 0.38
HSL 322.3º 0.55% 0.4% -
HSV(B) 322.3º 0.71% 0.62% -
XYZ 18.49 10.61 17.9 -
YUV 87.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 159 46 117 0 0.71 0.26 0.38 322.3 0.55 0.4
Hex 9F 2E 75 0 47 1A 26 142 37 28
Octal 237 56 165 0 107 32 46 502 67 50
Binary 10011111 101110 1110101 0 1000111 11010 100110 101000010 110111 101000

Color Harmonies of #9F2E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2E75

Black with #9F2E75

Text Example


Text Example

White with #9F2E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,46,117); }

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

background-color css

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

 a { background-color: rgb(159,46,117); }

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

border-color css

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

 span { border-color: rgb(159,46,117); }

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