Html Css Color HEX #9C7CDC Medium Purple

📋 copy color: '#9C7CDC'

red 156 ◦ green 124 ◦ blue 220

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

Shades of Medium Purple #9C7CDC

Tints of Medium Purple #9C7CDC

RGB

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

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

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

R = 31.2%
G = 24.8%
B = 44%

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

#9C7CDC (or 0x9C7CDC) is known color: Medium Purple. HEX triplet: 9C, 7C and DC. RGB value is (156,124,220). Sum of RGB (Red+Green+Blue) = 156+124+220=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C7CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7CDC is #638323. Grayscale: #909090. Windows color (decimal): -6521636 or 14449820. OLE color: 14449820.

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

Color convert

RGB 156 124 220 -
CMYK 0.29 0.44 0 0.14
HSL 260º 0.58% 0.67% -
HSV(B) 260º 0.44% 0.86% -
XYZ 33.84 26.65 71.07 -
YUV 144.51 170.6 136.19 -
System Red Green Blue C M Y K H S L
Decimal 156 124 220 0.29 0.44 0 0.14 260 0.58 0.67
Hex 9C 7C DC 1D 2C 0 E 104 3A 43
Octal 234 174 334 35 54 0 16 404 72 103
Binary 10011100 1111100 11011100 11101 101100 0 1110 100000100 111010 1000011

Color Harmonies of #9C7CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7CDC

Black with #9C7CDC

Text Example


Text Example

White with #9C7CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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