Html Css Color HEX #9D7CDC Medium Purple

📋 copy color: '#9D7CDC'

red 157 ◦ green 124 ◦ blue 220

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

Shades of Medium Purple #9D7CDC

Tints of Medium Purple #9D7CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.75%

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

R = 31.34%
G = 24.75%
B = 43.91%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D7CDC (or 0x9D7CDC) is known color: Medium Purple. HEX triplet: 9D, 7C and DC. RGB value is (157,124,220). Sum of RGB (Red+Green+Blue) = 157+124+220=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D7CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7CDC is #628323. Grayscale: #909090. Windows color (decimal): -6456100 or 14449821. OLE color: 14449821.

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

Color convert

RGB 157 124 220 -
CMYK 0.29 0.44 0 0.14
HSL 260.63º 0.58% 0.67% -
HSV(B) 260.63º 0.44% 0.86% -
XYZ 34.03 26.75 71.08 -
YUV 144.81 170.43 136.69 -
System Red Green Blue C M Y K H S L
Decimal 157 124 220 0.29 0.44 0 0.14 260.63 0.58 0.67
Hex 9D 7C DC 1D 2C 0 E 105 3A 43
Octal 235 174 334 35 54 0 16 405 72 103
Binary 10011101 1111100 11011100 11101 101100 0 1110 100000101 111010 1000011

Color Harmonies of #9D7CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7CDC

Black with #9D7CDC

Text Example


Text Example

White with #9D7CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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