Html Css Color HEX #9C7DEC Medium Purple

📋 copy color: '#9C7DEC'

red 156 ◦ green 125 ◦ blue 236

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

Shades of Medium Purple #9C7DEC

Tints of Medium Purple #9C7DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.65%

R = 30.17%
G = 24.18%
B = 45.65%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9C7DEC (or 0x9C7DEC) is known color: Medium Purple. HEX triplet: 9C, 7D and EC. RGB value is (156,125,236). Sum of RGB (Red+Green+Blue) = 156+125+236=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C7DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7DEC is #638213. Grayscale: #929292. Windows color (decimal): -6521364 or 15498652. OLE color: 15498652.

HSL color Cylindrical-coordinate representation of color #9C7DEC: hue angle of 256.76º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C7DEC is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 156 125 236 -
CMYK 0.34 0.47 0 0.07
HSL 256.76º 0.74% 0.71% -
HSV(B) 256.76º 0.47% 0.93% -
XYZ 36.18 27.79 82.81 -
YUV 146.92 178.27 134.47 -
System Red Green Blue C M Y K H S L
Decimal 156 125 236 0.34 0.47 0 0.07 256.76 0.74 0.71
Hex 9C 7D EC 22 2F 0 7 101 4A 47
Octal 234 175 354 42 57 0 7 401 112 107
Binary 10011100 1111101 11101100 100010 101111 0 111 100000001 1001010 1000111

Color Harmonies of #9C7DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7DEC

Black with #9C7DEC

Text Example


Text Example

White with #9C7DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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