Html Css Color HEX #9C7DDC Medium Purple

📋 copy color: '#9C7DDC'

red 156 ◦ green 125 ◦ blue 220

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

Shades of Medium Purple #9C7DDC

Tints of Medium Purple #9C7DDC

RGB

 RED value IS 156 (61.33% from 255) = 31.14%

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

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

R = 31.14%
G = 24.95%
B = 43.91%

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

#9C7DDC (or 0x9C7DDC) is known color: Medium Purple. HEX triplet: 9C, 7D and DC. RGB value is (156,125,220). Sum of RGB (Red+Green+Blue) = 156+125+220=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 125 (49.22% from 255 or 24.95% 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 #9C7DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7DDC is #638223. Grayscale: #909090. Windows color (decimal): -6521380 or 14450076. OLE color: 14450076.

HSL color Cylindrical-coordinate representation of color #9C7DDC: hue angle of 259.58º 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 #9C7DDC is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 125 220 -
CMYK 0.29 0.43 0 0.14
HSL 259.58º 0.58% 0.68% -
HSV(B) 259.58º 0.43% 0.86% -
XYZ 33.96 26.9 71.11 -
YUV 145.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 156 125 220 0.29 0.43 0 0.14 259.58 0.58 0.68
Hex 9C 7D DC 1D 2B 0 E 104 3A 44
Octal 234 175 334 35 53 0 16 404 72 104
Binary 10011100 1111101 11011100 11101 101011 0 1110 100000100 111010 1000100

Color Harmonies of #9C7DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7DDC

Black with #9C7DDC

Text Example


Text Example

White with #9C7DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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