Html Css Color HEX #9F3592 Medium Red Violet

📋 copy color: '#9F3592'

red 159 ◦ green 53 ◦ blue 146

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

Shades of Medium Red Violet #9F3592

Tints of Medium Red Violet #9F3592

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.8%

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

R = 44.41%
G = 14.8%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9F3592 (or 0x9F3592) is known color: Medium Red Violet. HEX triplet: 9F, 35 and 92. RGB value is (159,53,146). Sum of RGB (Red+Green+Blue) = 159+53+146=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3592 is #60CA6D. Grayscale: #5F5F5F. Windows color (decimal): -6343278 or 9581983. OLE color: 9581983.

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

Color convert

RGB 159 53 146 -
CMYK 0 0.67 0.08 0.38
HSL 307.36º 0.5% 0.42% -
HSV(B) 307.36º 0.67% 0.62% -
XYZ 20.76 11.99 28.41 -
YUV 95.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 159 53 146 0 0.67 0.08 0.38 307.36 0.5 0.42
Hex 9F 35 92 0 43 8 26 133 32 2A
Octal 237 65 222 0 103 10 46 463 62 52
Binary 10011111 110101 10010010 0 1000011 1000 100110 100110011 110010 101010

Color Harmonies of #9F3592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3592

Black with #9F3592

Text Example


Text Example

White with #9F3592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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