Html Css Color HEX #9C7EDD Medium Purple

📋 copy color: '#9C7EDD'

red 156 ◦ green 126 ◦ blue 221

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

Shades of Medium Purple #9C7EDD

Tints of Medium Purple #9C7EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 31.01%
G = 25.05%
B = 43.94%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C7EDD (or 0x9C7EDD) is known color: Medium Purple. HEX triplet: 9C, 7E and DD. RGB value is (156,126,221). Sum of RGB (Red+Green+Blue) = 156+126+221=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C7EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7EDD is #638122. Grayscale: #919191. Windows color (decimal): -6521123 or 14515868. OLE color: 14515868.

HSL color Cylindrical-coordinate representation of color #9C7EDD: hue angle of 258.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C7EDD is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 126 221 -
CMYK 0.29 0.43 0 0.13
HSL 258.95º 0.58% 0.68% -
HSV(B) 258.95º 0.43% 0.87% -
XYZ 34.22 27.21 71.85 -
YUV 145.8 170.44 135.28 -
System Red Green Blue C M Y K H S L
Decimal 156 126 221 0.29 0.43 0 0.13 258.95 0.58 0.68
Hex 9C 7E DD 1D 2B 0 D 103 3A 44
Octal 234 176 335 35 53 0 15 403 72 104
Binary 10011100 1111110 11011101 11101 101011 0 1101 100000011 111010 1000100

Color Harmonies of #9C7EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7EDD

Black with #9C7EDD

Text Example


Text Example

White with #9C7EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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