Html Css Color HEX #9F3792 Medium Red Violet

📋 copy color: '#9F3792'

red 159 ◦ green 55 ◦ blue 146

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

Shades of Medium Red Violet #9F3792

Tints of Medium Red Violet #9F3792

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.28%

 BLUE value IS 146 (57.42% from 255) = 40.56%

R = 44.17%
G = 15.28%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9F3792 (or 0x9F3792) is known color: Medium Red Violet. HEX triplet: 9F, 37 and 92. RGB value is (159,55,146). Sum of RGB (Red+Green+Blue) = 159+55+146=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3792 is #60C86D. Grayscale: #606060. Windows color (decimal): -6342766 or 9582495. OLE color: 9582495.

HSL color Cylindrical-coordinate representation of color #9F3792: hue angle of 307.5º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F3792 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 55 146 -
CMYK 0 0.65 0.08 0.38
HSL 307.5º 0.49% 0.42% -
HSV(B) 307.5º 0.65% 0.62% -
XYZ 20.85 12.18 28.45 -
YUV 96.47 155.96 172.6 -
System Red Green Blue C M Y K H S L
Decimal 159 55 146 0 0.65 0.08 0.38 307.5 0.49 0.42
Hex 9F 37 92 0 41 8 26 134 31 2A
Octal 237 67 222 0 101 10 46 464 61 52
Binary 10011111 110111 10010010 0 1000001 1000 100110 100110100 110001 101010

Color Harmonies of #9F3792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3792

Black with #9F3792

Text Example


Text Example

White with #9F3792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,55,146); }

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

background-color css

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

 a { background-color: rgb(159,55,146); }

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

border-color css

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

 span { border-color: rgb(159,55,146); }

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