Html Css Color HEX #9D7DDF Medium Purple

📋 copy color: '#9D7DDF'

red 157 ◦ green 125 ◦ blue 223

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

Shades of Medium Purple #9D7DDF

Tints of Medium Purple #9D7DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 31.09%
G = 24.75%
B = 44.16%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D7DDF (or 0x9D7DDF) is known color: Medium Purple. HEX triplet: 9D, 7D and DF. RGB value is (157,125,223). Sum of RGB (Red+Green+Blue) = 157+125+223=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D7DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7DDF is #628220. Grayscale: #919191. Windows color (decimal): -6455841 or 14646685. OLE color: 14646685.

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

Color convert

RGB 157 125 223 -
CMYK 0.30 0.44 0 0.13
HSL 259.59º 0.6% 0.68% -
HSV(B) 259.59º 0.44% 0.87% -
XYZ 34.56 27.16 73.23 -
YUV 145.74 171.6 136.03 -
System Red Green Blue C M Y K H S L
Decimal 157 125 223 0.30 0.44 0 0.13 259.59 0.6 0.68
Hex 9D 7D DF 1E 2C 0 D 104 3C 44
Octal 235 175 337 36 54 0 15 404 74 104
Binary 10011101 1111101 11011111 11110 101100 0 1101 100000100 111100 1000100

Color Harmonies of #9D7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7DDF

Black with #9D7DDF

Text Example


Text Example

White with #9D7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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