Html Css Color HEX #9F2D7B Medium Red Violet

📋 copy color: '#9F2D7B'

red 159 ◦ green 45 ◦ blue 123

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

Shades of Medium Red Violet #9F2D7B

Tints of Medium Red Violet #9F2D7B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.76%

 BLUE value IS 123 (48.44% from 255) = 37.61%

R = 48.62%
G = 13.76%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F2D7B (or 0x9F2D7B) is known color: Medium Red Violet. HEX triplet: 9F, 2D and 7B. RGB value is (159,45,123). Sum of RGB (Red+Green+Blue) = 159+45+123=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2D7B is #60D284. Grayscale: #575757. Windows color (decimal): -6345349 or 8072607. OLE color: 8072607.

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

Color convert

RGB 159 45 123 -
CMYK 0 0.72 0.23 0.38
HSL 318.95º 0.56% 0.4% -
HSV(B) 318.95º 0.72% 0.62% -
XYZ 18.81 10.68 19.81 -
YUV 87.98 147.77 178.66 -
System Red Green Blue C M Y K H S L
Decimal 159 45 123 0 0.72 0.23 0.38 318.95 0.56 0.4
Hex 9F 2D 7B 0 48 17 26 13F 38 28
Octal 237 55 173 0 110 27 46 477 70 50
Binary 10011111 101101 1111011 0 1001000 10111 100110 100111111 111000 101000

Color Harmonies of #9F2D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2D7B

Black with #9F2D7B

Text Example


Text Example

White with #9F2D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,45,123); }

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

background-color css

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

 a { background-color: rgb(159,45,123); }

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

border-color css

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

 span { border-color: rgb(159,45,123); }

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