Html Css Color HEX #9B3E82 Medium Red Violet

📋 copy color: '#9B3E82'

red 155 ◦ green 62 ◦ blue 130

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

Shades of Medium Red Violet #9B3E82

Tints of Medium Red Violet #9B3E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.46%

R = 44.67%
G = 17.87%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9B3E82 (or 0x9B3E82) is known color: Medium Red Violet. HEX triplet: 9B, 3E and 82. RGB value is (155,62,130). Sum of RGB (Red+Green+Blue) = 155+62+130=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3E82 is #64C17D. Grayscale: #616161. Windows color (decimal): -6603134 or 8535707. OLE color: 8535707.

HSL color Cylindrical-coordinate representation of color #9B3E82: hue angle of 316.13º 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 #9B3E82 is Cyan = 0, Magento = 0.6, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 62 130 -
CMYK 0 0.6 0.16 0.39
HSL 316.13º 0.43% 0.43% -
HSV(B) 316.13º 0.6% 0.61% -
XYZ 19.27 12.03 22.42 -
YUV 97.56 146.31 168.97 -
System Red Green Blue C M Y K H S L
Decimal 155 62 130 0 0.6 0.16 0.39 316.13 0.43 0.43
Hex 9B 3E 82 0 3C 10 27 13C 2B 2B
Octal 233 76 202 0 74 20 47 474 53 53
Binary 10011011 111110 10000010 0 111100 10000 100111 100111100 101011 101011

Color Harmonies of #9B3E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3E82

Black with #9B3E82

Text Example


Text Example

White with #9B3E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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