Html Css Color HEX #9F337B Medium Red Violet

📋 copy color: '#9F337B'

red 159 ◦ green 51 ◦ blue 123

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

Shades of Medium Red Violet #9F337B

Tints of Medium Red Violet #9F337B

RGB

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

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

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

R = 47.75%
G = 15.32%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F337B (or 0x9F337B) is known color: Medium Red Violet. HEX triplet: 9F, 33 and 7B. RGB value is (159,51,123). Sum of RGB (Red+Green+Blue) = 159+51+123=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F337B is #60CC84. Grayscale: #5B5B5B. Windows color (decimal): -6343813 or 8074143. OLE color: 8074143.

HSL color Cylindrical-coordinate representation of color #9F337B: hue angle of 320º 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 #9F337B is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 51 123 -
CMYK 0 0.68 0.23 0.38
HSL 320º 0.51% 0.41% -
HSV(B) 320º 0.68% 0.62% -
XYZ 19.06 11.17 19.89 -
YUV 91.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 159 51 123 0 0.68 0.23 0.38 320 0.51 0.41
Hex 9F 33 7B 0 44 17 26 140 33 29
Octal 237 63 173 0 104 27 46 500 63 51
Binary 10011111 110011 1111011 0 1000100 10111 100110 101000000 110011 101001

Color Harmonies of #9F337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F337B

Black with #9F337B

Text Example


Text Example

White with #9F337B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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