Html Css Color HEX #9C7EDB Medium Purple

📋 copy color: '#9C7EDB'

red 156 ◦ green 126 ◦ blue 219

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

Shades of Medium Purple #9C7EDB

Tints of Medium Purple #9C7EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 31.14%
G = 25.15%
B = 43.71%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C7EDB (or 0x9C7EDB) is known color: Medium Purple. HEX triplet: 9C, 7E and DB. RGB value is (156,126,219). Sum of RGB (Red+Green+Blue) = 156+126+219=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C7EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7EDB is #638124. Grayscale: #919191. Windows color (decimal): -6521125 or 14384796. OLE color: 14384796.

HSL color Cylindrical-coordinate representation of color #9C7EDB: hue angle of 259.35º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C7EDB is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 126 219 -
CMYK 0.29 0.42 0 0.14
HSL 259.35º 0.56% 0.68% -
HSV(B) 259.35º 0.42% 0.86% -
XYZ 33.96 27.1 70.46 -
YUV 145.57 169.44 135.44 -
System Red Green Blue C M Y K H S L
Decimal 156 126 219 0.29 0.42 0 0.14 259.35 0.56 0.68
Hex 9C 7E DB 1D 2A 0 E 103 38 44
Octal 234 176 333 35 52 0 16 403 70 104
Binary 10011100 1111110 11011011 11101 101010 0 1110 100000011 111000 1000100

Color Harmonies of #9C7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7EDB

Black with #9C7EDB

Text Example


Text Example

White with #9C7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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