Html Css Color HEX #9F308D Medium Red Violet

📋 copy color: '#9F308D'

red 159 ◦ green 48 ◦ blue 141

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

Shades of Medium Red Violet #9F308D

Tints of Medium Red Violet #9F308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.79%

 BLUE value IS 141 (55.47% from 255) = 40.52%

R = 45.69%
G = 13.79%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F308D (or 0x9F308D) is known color: Medium Red Violet. HEX triplet: 9F, 30 and 8D. RGB value is (159,48,141). Sum of RGB (Red+Green+Blue) = 159+48+141=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F308D is #60CF72. Grayscale: #5B5B5B. Windows color (decimal): -6344563 or 9253023. OLE color: 9253023.

HSL color Cylindrical-coordinate representation of color #9F308D: hue angle of 309.73º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F308D is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 48 141 -
CMYK 0 0.70 0.11 0.38
HSL 309.73º 0.54% 0.41% -
HSV(B) 309.73º 0.7% 0.62% -
XYZ 20.16 11.41 26.34 -
YUV 91.79 155.77 175.94 -
System Red Green Blue C M Y K H S L
Decimal 159 48 141 0 0.70 0.11 0.38 309.73 0.54 0.41
Hex 9F 30 8D 0 46 B 26 136 36 29
Octal 237 60 215 0 106 13 46 466 66 51
Binary 10011111 110000 10001101 0 1000110 1011 100110 100110110 110110 101001

Color Harmonies of #9F308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F308D

Black with #9F308D

Text Example


Text Example

White with #9F308D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,48,141); }

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

background-color css

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

 a { background-color: rgb(159,48,141); }

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

border-color css

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

 span { border-color: rgb(159,48,141); }

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