Html Css Color HEX #9D74EB Medium Purple

📋 copy color: '#9D74EB'

red 157 ◦ green 116 ◦ blue 235

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

Shades of Medium Purple #9D74EB

Tints of Medium Purple #9D74EB

RGB

 RED value IS 157 (61.72% from 255) = 30.91%

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

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 30.91%
G = 22.83%
B = 46.26%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9D74EB (or 0x9D74EB) is known color: Medium Purple. HEX triplet: 9D, 74 and EB. RGB value is (157,116,235). Sum of RGB (Red+Green+Blue) = 157+116+235=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D74EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D74EB is #628B14. Grayscale: #8D8D8D. Windows color (decimal): -6458133 or 15430813. OLE color: 15430813.

HSL color Cylindrical-coordinate representation of color #9D74EB: hue angle of 260.67º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D74EB is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 116 235 -
CMYK 0.33 0.51 0 0.08
HSL 260.67º 0.75% 0.69% -
HSV(B) 260.67º 0.51% 0.92% -
XYZ 35.15 25.66 81.7 -
YUV 141.83 180.58 138.82 -
System Red Green Blue C M Y K H S L
Decimal 157 116 235 0.33 0.51 0 0.08 260.67 0.75 0.69
Hex 9D 74 EB 21 33 0 8 105 4B 45
Octal 235 164 353 41 63 0 10 405 113 105
Binary 10011101 1110100 11101011 100001 110011 0 1000 100000101 1001011 1000101

Color Harmonies of #9D74EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D74EB

Black with #9D74EB

Text Example


Text Example

White with #9D74EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,116,235); }

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

background-color css

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

 a { background-color: rgb(157,116,235); }

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

border-color css

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

 span { border-color: rgb(157,116,235); }

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