Html Css Color HEX #9C7CDE Medium Purple

📋 copy color: '#9C7CDE'

red 156 ◦ green 124 ◦ blue 222

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

Shades of Medium Purple #9C7CDE

Tints of Medium Purple #9C7CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.22%

R = 31.08%
G = 24.7%
B = 44.22%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C7CDE (or 0x9C7CDE) is known color: Medium Purple. HEX triplet: 9C, 7C and DE. RGB value is (156,124,222). Sum of RGB (Red+Green+Blue) = 156+124+222=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C7CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7CDE is #638321. Grayscale: #909090. Windows color (decimal): -6521634 or 14580892. OLE color: 14580892.

HSL color Cylindrical-coordinate representation of color #9C7CDE: hue angle of 259.59º degrees, saturation: 0.6, 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 #9C7CDE is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 124 222 -
CMYK 0.30 0.44 0 0.13
HSL 259.59º 0.6% 0.68% -
HSV(B) 259.59º 0.44% 0.87% -
XYZ 34.1 26.76 72.47 -
YUV 144.74 171.6 136.03 -
System Red Green Blue C M Y K H S L
Decimal 156 124 222 0.30 0.44 0 0.13 259.59 0.6 0.68
Hex 9C 7C DE 1E 2C 0 D 104 3C 44
Octal 234 174 336 36 54 0 15 404 74 104
Binary 10011100 1111100 11011110 11110 101100 0 1101 100000100 111100 1000100

Color Harmonies of #9C7CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7CDE

Black with #9C7CDE

Text Example


Text Example

White with #9C7CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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