Html Css Color HEX #9F338B Medium Red Violet

📋 copy color: '#9F338B'

red 159 ◦ green 51 ◦ blue 139

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

Shades of Medium Red Violet #9F338B

Tints of Medium Red Violet #9F338B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.83%

R = 45.56%
G = 14.61%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F338B (or 0x9F338B) is known color: Medium Red Violet. HEX triplet: 9F, 33 and 8B. RGB value is (159,51,139). Sum of RGB (Red+Green+Blue) = 159+51+139=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F338B is #60CC74. Grayscale: #5D5D5D. Windows color (decimal): -6343797 or 9122719. OLE color: 9122719.

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

Color convert

RGB 159 51 139 -
CMYK 0 0.68 0.13 0.38
HSL 311.11º 0.51% 0.41% -
HSV(B) 311.11º 0.68% 0.62% -
XYZ 20.14 11.6 25.6 -
YUV 93.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 159 51 139 0 0.68 0.13 0.38 311.11 0.51 0.41
Hex 9F 33 8B 0 44 D 26 137 33 29
Octal 237 63 213 0 104 15 46 467 63 51
Binary 10011111 110011 10001011 0 1000100 1101 100110 100110111 110011 101001

Color Harmonies of #9F338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F338B

Black with #9F338B

Text Example


Text Example

White with #9F338B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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