Html Css Color HEX #9C7CDD Medium Purple

📋 copy color: '#9C7CDD'

red 156 ◦ green 124 ◦ blue 221

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

Shades of Medium Purple #9C7CDD

Tints of Medium Purple #9C7CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.11%

R = 31.14%
G = 24.75%
B = 44.11%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C7CDD (or 0x9C7CDD) is known color: Medium Purple. HEX triplet: 9C, 7C and DD. RGB value is (156,124,221). Sum of RGB (Red+Green+Blue) = 156+124+221=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C7CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7CDD is #638322. Grayscale: #909090. Windows color (decimal): -6521635 or 14515356. OLE color: 14515356.

HSL color Cylindrical-coordinate representation of color #9C7CDD: hue angle of 259.79º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C7CDD is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 124 221 -
CMYK 0.29 0.44 0 0.13
HSL 259.79º 0.59% 0.68% -
HSV(B) 259.79º 0.44% 0.87% -
XYZ 33.97 26.7 71.77 -
YUV 144.63 171.1 136.11 -
System Red Green Blue C M Y K H S L
Decimal 156 124 221 0.29 0.44 0 0.13 259.79 0.59 0.68
Hex 9C 7C DD 1D 2C 0 D 104 3B 44
Octal 234 174 335 35 54 0 15 404 73 104
Binary 10011100 1111100 11011101 11101 101100 0 1101 100000100 111011 1000100

Color Harmonies of #9C7CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7CDD

Black with #9C7CDD

Text Example


Text Example

White with #9C7CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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