Html Css Color HEX #9D7DDC Medium Purple

📋 copy color: '#9D7DDC'

red 157 ◦ green 125 ◦ blue 220

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

Shades of Medium Purple #9D7DDC

Tints of Medium Purple #9D7DDC

RGB

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

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

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

R = 31.27%
G = 24.9%
B = 43.82%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D7DDC (or 0x9D7DDC) is known color: Medium Purple. HEX triplet: 9D, 7D and DC. RGB value is (157,125,220). Sum of RGB (Red+Green+Blue) = 157+125+220=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D7DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7DDC is #628223. Grayscale: #919191. Windows color (decimal): -6455844 or 14450077. OLE color: 14450077.

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

Color convert

RGB 157 125 220 -
CMYK 0.29 0.43 0 0.14
HSL 260.21º 0.58% 0.68% -
HSV(B) 260.21º 0.43% 0.86% -
XYZ 34.16 27 71.12 -
YUV 145.4 170.1 136.28 -
System Red Green Blue C M Y K H S L
Decimal 157 125 220 0.29 0.43 0 0.14 260.21 0.58 0.68
Hex 9D 7D DC 1D 2B 0 E 104 3A 44
Octal 235 175 334 35 53 0 16 404 72 104
Binary 10011101 1111101 11011100 11101 101011 0 1110 100000100 111010 1000100

Color Harmonies of #9D7DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7DDC

Black with #9D7DDC

Text Example


Text Example

White with #9D7DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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