Html Css Color HEX #9C7CD5 Medium Purple

📋 copy color: '#9C7CD5'

red 156 ◦ green 124 ◦ blue 213

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

Shades of Medium Purple #9C7CD5

Tints of Medium Purple #9C7CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.2%

R = 31.64%
G = 25.15%
B = 43.2%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9C7CD5 (or 0x9C7CD5) is known color: Medium Purple. HEX triplet: 9C, 7C and D5. RGB value is (156,124,213). Sum of RGB (Red+Green+Blue) = 156+124+213=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #9C7CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7CD5 is #63832A. Grayscale: #8F8F8F. Windows color (decimal): -6521643 or 13991068. OLE color: 13991068.

HSL color Cylindrical-coordinate representation of color #9C7CD5: hue angle of 261.57º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C7CD5 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 124 213 -
CMYK 0.27 0.42 0 0.16
HSL 261.57º 0.51% 0.66% -
HSV(B) 261.57º 0.42% 0.84% -
XYZ 32.93 26.29 66.29 -
YUV 143.71 167.1 136.76 -
System Red Green Blue C M Y K H S L
Decimal 156 124 213 0.27 0.42 0 0.16 261.57 0.51 0.66
Hex 9C 7C D5 1B 2A 0 10 106 33 42
Octal 234 174 325 33 52 0 20 406 63 102
Binary 10011100 1111100 11010101 11011 101010 0 10000 100000110 110011 1000010

Color Harmonies of #9C7CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7CD5

Black with #9C7CD5

Text Example


Text Example

White with #9C7CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,124,213); }

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

background-color css

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

 a { background-color: rgb(156,124,213); }

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

border-color css

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

 span { border-color: rgb(156,124,213); }

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