Html Css Color HEX #9D6DDF Medium Purple

📋 copy color: '#9D6DDF'

red 157 ◦ green 109 ◦ blue 223

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

Shades of Medium Purple #9D6DDF

Tints of Medium Purple #9D6DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.29%

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

R = 32.11%
G = 22.29%
B = 45.6%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D6DDF (or 0x9D6DDF) is known color: Medium Purple. HEX triplet: 9D, 6D and DF. RGB value is (157,109,223). Sum of RGB (Red+Green+Blue) = 157+109+223=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D6DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6DDF is #629220. Grayscale: #878787. Windows color (decimal): -6459937 or 14642589. OLE color: 14642589.

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

Color convert

RGB 157 109 223 -
CMYK 0.30 0.51 0 0.13
HSL 265.26º 0.64% 0.65% -
HSV(B) 265.26º 0.51% 0.87% -
XYZ 32.69 23.43 72.61 -
YUV 136.35 176.9 142.73 -
System Red Green Blue C M Y K H S L
Decimal 157 109 223 0.30 0.51 0 0.13 265.26 0.64 0.65
Hex 9D 6D DF 1E 33 0 D 109 40 41
Octal 235 155 337 36 63 0 15 411 100 101
Binary 10011101 1101101 11011111 11110 110011 0 1101 100001001 1000000 1000001

Color Harmonies of #9D6DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6DDF

Black with #9D6DDF

Text Example


Text Example

White with #9D6DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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