Html Css Color HEX #9F338E Medium Red Violet

📋 copy color: '#9F338E'

red 159 ◦ green 51 ◦ blue 142

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

Shades of Medium Red Violet #9F338E

Tints of Medium Red Violet #9F338E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.34%

R = 45.17%
G = 14.49%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F338E (or 0x9F338E) is known color: Medium Red Violet. HEX triplet: 9F, 33 and 8E. RGB value is (159,51,142). Sum of RGB (Red+Green+Blue) = 159+51+142=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F338E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F338E is #60CC71. Grayscale: #5D5D5D. Windows color (decimal): -6343794 or 9319327. OLE color: 9319327.

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

Color convert

RGB 159 51 142 -
CMYK 0 0.68 0.11 0.38
HSL 309.44º 0.51% 0.41% -
HSV(B) 309.44º 0.68% 0.62% -
XYZ 20.36 11.69 26.77 -
YUV 93.67 155.28 174.6 -
System Red Green Blue C M Y K H S L
Decimal 159 51 142 0 0.68 0.11 0.38 309.44 0.51 0.41
Hex 9F 33 8E 0 44 B 26 135 33 29
Octal 237 63 216 0 104 13 46 465 63 51
Binary 10011111 110011 10001110 0 1000100 1011 100110 100110101 110011 101001

Color Harmonies of #9F338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F338E

Black with #9F338E

Text Example


Text Example

White with #9F338E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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