Html Css Color HEX #9C7ED9 Medium Purple

📋 copy color: '#9C7ED9'

red 156 ◦ green 126 ◦ blue 217

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

Shades of Medium Purple #9C7ED9

Tints of Medium Purple #9C7ED9

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.25%

 BLUE value IS 217 (85.16% from 255) = 43.49%

R = 31.26%
G = 25.25%
B = 43.49%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9C7ED9 (or 0x9C7ED9) is known color: Medium Purple. HEX triplet: 9C, 7E and D9. RGB value is (156,126,217). Sum of RGB (Red+Green+Blue) = 156+126+217=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 217 - color contains mainly: blue. Hex color #9C7ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7ED9 is #638126. Grayscale: #919191. Windows color (decimal): -6521127 or 14253724. OLE color: 14253724.

HSL color Cylindrical-coordinate representation of color #9C7ED9: hue angle of 259.78º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C7ED9 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 126 217 -
CMYK 0.28 0.42 0 0.15
HSL 259.78º 0.54% 0.67% -
HSV(B) 259.78º 0.42% 0.85% -
XYZ 33.7 27 69.08 -
YUV 145.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 156 126 217 0.28 0.42 0 0.15 259.78 0.54 0.67
Hex 9C 7E D9 1C 2A 0 F 104 36 43
Octal 234 176 331 34 52 0 17 404 66 103
Binary 10011100 1111110 11011001 11100 101010 0 1111 100000100 110110 1000011

Color Harmonies of #9C7ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7ED9

Black with #9C7ED9

Text Example


Text Example

White with #9C7ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,126,217); }

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

background-color css

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

 a { background-color: rgb(156,126,217); }

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

border-color css

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

 span { border-color: rgb(156,126,217); }

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