Html Css Color HEX #9E74DC Medium Purple

📋 copy color: '#9E74DC'

red 158 ◦ green 116 ◦ blue 220

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

Shades of Medium Purple #9E74DC

Tints of Medium Purple #9E74DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.48%

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 31.98%
G = 23.48%
B = 44.53%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E74DC (or 0x9E74DC) is known color: Medium Purple. HEX triplet: 9E, 74 and DC. RGB value is (158,116,220). Sum of RGB (Red+Green+Blue) = 158+116+220=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E74DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E74DC is #618B23. Grayscale: #8C8C8C. Windows color (decimal): -6392612 or 14447774. OLE color: 14447774.

HSL color Cylindrical-coordinate representation of color #9E74DC: hue angle of 264.23º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E74DC is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 116 220 -
CMYK 0.28 0.47 0 0.14
HSL 264.23º 0.6% 0.66% -
HSV(B) 264.23º 0.47% 0.86% -
XYZ 33.26 24.93 70.77 -
YUV 140.41 172.91 140.54 -
System Red Green Blue C M Y K H S L
Decimal 158 116 220 0.28 0.47 0 0.14 264.23 0.6 0.66
Hex 9E 74 DC 1C 2F 0 E 108 3C 42
Octal 236 164 334 34 57 0 16 410 74 102
Binary 10011110 1110100 11011100 11100 101111 0 1110 100001000 111100 1000010

Color Harmonies of #9E74DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E74DC

Black with #9E74DC

Text Example


Text Example

White with #9E74DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,116,220); }

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

background-color css

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

 a { background-color: rgb(158,116,220); }

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

border-color css

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

 span { border-color: rgb(158,116,220); }

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