Html Css Color HEX #9F3692 Medium Red Violet

📋 copy color: '#9F3692'

red 159 ◦ green 54 ◦ blue 146

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

Shades of Medium Red Violet #9F3692

Tints of Medium Red Violet #9F3692

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.04%

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

R = 44.29%
G = 15.04%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9F3692 (or 0x9F3692) is known color: Medium Red Violet. HEX triplet: 9F, 36 and 92. RGB value is (159,54,146). Sum of RGB (Red+Green+Blue) = 159+54+146=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3692 is #60C96D. Grayscale: #5F5F5F. Windows color (decimal): -6343022 or 9582239. OLE color: 9582239.

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

Color convert

RGB 159 54 146 -
CMYK 0 0.66 0.08 0.38
HSL 307.43º 0.49% 0.42% -
HSV(B) 307.43º 0.66% 0.62% -
XYZ 20.81 12.08 28.43 -
YUV 95.88 156.29 173.02 -
System Red Green Blue C M Y K H S L
Decimal 159 54 146 0 0.66 0.08 0.38 307.43 0.49 0.42
Hex 9F 36 92 0 42 8 26 133 31 2A
Octal 237 66 222 0 102 10 46 463 61 52
Binary 10011111 110110 10010010 0 1000010 1000 100110 100110011 110001 101010

Color Harmonies of #9F3692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3692

Black with #9F3692

Text Example


Text Example

White with #9F3692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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