Html Css Color HEX #9D7EDE Medium Purple

📋 copy color: '#9D7EDE'

red 157 ◦ green 126 ◦ blue 222

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

Shades of Medium Purple #9D7EDE

Tints of Medium Purple #9D7EDE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.95%

 BLUE value IS 222 (87.11% from 255) = 43.96%

R = 31.09%
G = 24.95%
B = 43.96%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D7EDE (or 0x9D7EDE) is known color: Medium Purple. HEX triplet: 9D, 7E and DE. RGB value is (157,126,222). Sum of RGB (Red+Green+Blue) = 157+126+222=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D7EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7EDE is #628121. Grayscale: #919191. Windows color (decimal): -6455586 or 14581405. OLE color: 14581405.

HSL color Cylindrical-coordinate representation of color #9D7EDE: hue angle of 259.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D7EDE is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 126 222 -
CMYK 0.29 0.43 0 0.13
HSL 259.38º 0.59% 0.68% -
HSV(B) 259.38º 0.43% 0.87% -
XYZ 34.55 27.36 72.57 -
YUV 146.21 170.77 135.69 -
System Red Green Blue C M Y K H S L
Decimal 157 126 222 0.29 0.43 0 0.13 259.38 0.59 0.68
Hex 9D 7E DE 1D 2B 0 D 103 3B 44
Octal 235 176 336 35 53 0 15 403 73 104
Binary 10011101 1111110 11011110 11101 101011 0 1101 100000011 111011 1000100

Color Harmonies of #9D7EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7EDE

Black with #9D7EDE

Text Example


Text Example

White with #9D7EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,126,222); }

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

background-color css

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

 a { background-color: rgb(157,126,222); }

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

border-color css

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

 span { border-color: rgb(157,126,222); }

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