Html Css Color HEX #9B3E86 Medium Red Violet

📋 copy color: '#9B3E86'

red 155 ◦ green 62 ◦ blue 134

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

Shades of Medium Red Violet #9B3E86

Tints of Medium Red Violet #9B3E86

RGB

 RED value IS 155 (60.94% from 255) = 44.16%

 GREEN value IS 62 (24.61% from 255) = 17.66%

 BLUE value IS 134 (52.73% from 255) = 38.18%

R = 44.16%
G = 17.66%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B3E86 (or 0x9B3E86) is known color: Medium Red Violet. HEX triplet: 9B, 3E and 86. RGB value is (155,62,134). Sum of RGB (Red+Green+Blue) = 155+62+134=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3E86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3E86 is #64C179. Grayscale: #616161. Windows color (decimal): -6603130 or 8797851. OLE color: 8797851.

HSL color Cylindrical-coordinate representation of color #9B3E86: hue angle of 313.55º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B3E86 is Cyan = 0, Magento = 0.6, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 62 134 -
CMYK 0 0.6 0.14 0.39
HSL 313.55º 0.43% 0.43% -
HSV(B) 313.55º 0.6% 0.61% -
XYZ 19.54 12.14 23.87 -
YUV 98.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 155 62 134 0 0.6 0.14 0.39 313.55 0.43 0.43
Hex 9B 3E 86 0 3C E 27 13A 2B 2B
Octal 233 76 206 0 74 16 47 472 53 53
Binary 10011011 111110 10000110 0 111100 1110 100111 100111010 101011 101011

Color Harmonies of #9B3E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3E86

Black with #9B3E86

Text Example


Text Example

White with #9B3E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,62,134); }

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

background-color css

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

 a { background-color: rgb(155,62,134); }

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

border-color css

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

 span { border-color: rgb(155,62,134); }

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