Html Css Color HEX #9E3282 Medium Red Violet

📋 copy color: '#9E3282'

red 158 ◦ green 50 ◦ blue 130

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

Shades of Medium Red Violet #9E3282

Tints of Medium Red Violet #9E3282

RGB

 RED value IS 158 (62.11% from 255) = 46.75%

 GREEN value IS 50 (19.92% from 255) = 14.79%

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

R = 46.75%
G = 14.79%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9E3282 (or 0x9E3282) is known color: Medium Red Violet. HEX triplet: 9E, 32 and 82. RGB value is (158,50,130). Sum of RGB (Red+Green+Blue) = 158+50+130=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3282 is #61CD7D. Grayscale: #5B5B5B. Windows color (decimal): -6409598 or 8532638. OLE color: 8532638.

HSL color Cylindrical-coordinate representation of color #9E3282: hue angle of 315.56º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3282 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 50 130 -
CMYK 0 0.68 0.18 0.38
HSL 315.56º 0.52% 0.41% -
HSV(B) 315.56º 0.68% 0.62% -
XYZ 19.27 11.16 22.26 -
YUV 91.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 158 50 130 0 0.68 0.18 0.38 315.56 0.52 0.41
Hex 9E 32 82 0 44 12 26 13C 34 29
Octal 236 62 202 0 104 22 46 474 64 51
Binary 10011110 110010 10000010 0 1000100 10010 100110 100111100 110100 101001

Color Harmonies of #9E3282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3282

Black with #9E3282

Text Example


Text Example

White with #9E3282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,50,130); }

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

background-color css

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

 a { background-color: rgb(158,50,130); }

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

border-color css

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

 span { border-color: rgb(158,50,130); }

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