Html Css Color HEX #9F338C Medium Red Violet

📋 copy color: '#9F338C'

red 159 ◦ green 51 ◦ blue 140

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

Shades of Medium Red Violet #9F338C

Tints of Medium Red Violet #9F338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40%

R = 45.43%
G = 14.57%
B = 40%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9F338C (or 0x9F338C) is known color: Medium Red Violet. HEX triplet: 9F, 33 and 8C. RGB value is (159,51,140). Sum of RGB (Red+Green+Blue) = 159+51+140=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F338C is #60CC73. Grayscale: #5D5D5D. Windows color (decimal): -6343796 or 9188255. OLE color: 9188255.

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

Color convert

RGB 159 51 140 -
CMYK 0 0.68 0.12 0.38
HSL 310.56º 0.51% 0.41% -
HSV(B) 310.56º 0.68% 0.62% -
XYZ 20.22 11.63 25.99 -
YUV 93.44 154.28 174.76 -
System Red Green Blue C M Y K H S L
Decimal 159 51 140 0 0.68 0.12 0.38 310.56 0.51 0.41
Hex 9F 33 8C 0 44 C 26 137 33 29
Octal 237 63 214 0 104 14 46 467 63 51
Binary 10011111 110011 10001100 0 1000100 1100 100110 100110111 110011 101001

Color Harmonies of #9F338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F338C

Black with #9F338C

Text Example


Text Example

White with #9F338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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