Html Css Color HEX #9C6EDB Medium Purple

📋 copy color: '#9C6EDB'

red 156 ◦ green 110 ◦ blue 219

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

Shades of Medium Purple #9C6EDB

Tints of Medium Purple #9C6EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.68%

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

R = 32.16%
G = 22.68%
B = 45.15%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C6EDB (or 0x9C6EDB) is known color: Medium Purple. HEX triplet: 9C, 6E and DB. RGB value is (156,110,219). Sum of RGB (Red+Green+Blue) = 156+110+219=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C6EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6EDB is #639124. Grayscale: #878787. Windows color (decimal): -6525221 or 14380700. OLE color: 14380700.

HSL color Cylindrical-coordinate representation of color #9C6EDB: hue angle of 265.32º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C6EDB is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 110 219 -
CMYK 0.29 0.50 0 0.14
HSL 265.32º 0.6% 0.65% -
HSV(B) 265.32º 0.5% 0.86% -
XYZ 32.07 23.33 69.83 -
YUV 136.18 174.74 142.14 -
System Red Green Blue C M Y K H S L
Decimal 156 110 219 0.29 0.50 0 0.14 265.32 0.6 0.65
Hex 9C 6E DB 1D 32 0 E 109 3C 41
Octal 234 156 333 35 62 0 16 411 74 101
Binary 10011100 1101110 11011011 11101 110010 0 1110 100001001 111100 1000001

Color Harmonies of #9C6EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6EDB

Black with #9C6EDB

Text Example


Text Example

White with #9C6EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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