Html Css Color HEX #9C7EDA Medium Purple

📋 copy color: '#9C7EDA'

red 156 ◦ green 126 ◦ blue 218

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

Shades of Medium Purple #9C7EDA

Tints of Medium Purple #9C7EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 31.2%
G = 25.2%
B = 43.6%

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

#9C7EDA (or 0x9C7EDA) is known color: Medium Purple. HEX triplet: 9C, 7E and DA. RGB value is (156,126,218). Sum of RGB (Red+Green+Blue) = 156+126+218=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C7EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7EDA is #638125. Grayscale: #919191. Windows color (decimal): -6521126 or 14319260. OLE color: 14319260.

HSL color Cylindrical-coordinate representation of color #9C7EDA: hue angle of 259.57º degrees, saturation: 0.55, 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 #9C7EDA is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 126 218 -
CMYK 0.28 0.42 0 0.15
HSL 259.57º 0.55% 0.67% -
HSV(B) 259.57º 0.42% 0.85% -
XYZ 33.83 27.05 69.77 -
YUV 145.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 156 126 218 0.28 0.42 0 0.15 259.57 0.55 0.67
Hex 9C 7E DA 1C 2A 0 F 104 37 43
Octal 234 176 332 34 52 0 17 404 67 103
Binary 10011100 1111110 11011010 11100 101010 0 1111 100000100 110111 1000011

Color Harmonies of #9C7EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7EDA

Black with #9C7EDA

Text Example


Text Example

White with #9C7EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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