Html Css Color HEX #9D7DEC Medium Purple

📋 copy color: '#9D7DEC'

red 157 ◦ green 125 ◦ blue 236

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

Shades of Medium Purple #9D7DEC

Tints of Medium Purple #9D7DEC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.13%

 BLUE value IS 236 (92.58% from 255) = 45.56%

R = 30.31%
G = 24.13%
B = 45.56%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9D7DEC (or 0x9D7DEC) is known color: Medium Purple. HEX triplet: 9D, 7D and EC. RGB value is (157,125,236). Sum of RGB (Red+Green+Blue) = 157+125+236=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D7DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7DEC is #628213. Grayscale: #929292. Windows color (decimal): -6455828 or 15498653. OLE color: 15498653.

HSL color Cylindrical-coordinate representation of color #9D7DEC: hue angle of 257.3º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D7DEC is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 125 236 -
CMYK 0.33 0.47 0 0.07
HSL 257.3º 0.74% 0.71% -
HSV(B) 257.3º 0.47% 0.93% -
XYZ 36.38 27.89 82.82 -
YUV 147.22 178.1 134.97 -
System Red Green Blue C M Y K H S L
Decimal 157 125 236 0.33 0.47 0 0.07 257.3 0.74 0.71
Hex 9D 7D EC 21 2F 0 7 101 4A 47
Octal 235 175 354 41 57 0 7 401 112 107
Binary 10011101 1111101 11101100 100001 101111 0 111 100000001 1001010 1000111

Color Harmonies of #9D7DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7DEC

Black with #9D7DEC

Text Example


Text Example

White with #9D7DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,125,236); }

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

background-color css

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

 a { background-color: rgb(157,125,236); }

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

border-color css

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

 span { border-color: rgb(157,125,236); }

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