Html Css Color HEX #9C6DDD Medium Purple

📋 copy color: '#9C6DDD'

red 156 ◦ green 109 ◦ blue 221

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

Shades of Medium Purple #9C6DDD

Tints of Medium Purple #9C6DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.43%

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

R = 32.1%
G = 22.43%
B = 45.47%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C6DDD (or 0x9C6DDD) is known color: Medium Purple. HEX triplet: 9C, 6D and DD. RGB value is (156,109,221). Sum of RGB (Red+Green+Blue) = 156+109+221=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C6DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6DDD is #639222. Grayscale: #878787. Windows color (decimal): -6525475 or 14511516. OLE color: 14511516.

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

Color convert

RGB 156 109 221 -
CMYK 0.29 0.51 0 0.13
HSL 265.18º 0.62% 0.65% -
HSV(B) 265.18º 0.51% 0.87% -
XYZ 32.23 23.23 71.19 -
YUV 135.82 176.07 142.39 -
System Red Green Blue C M Y K H S L
Decimal 156 109 221 0.29 0.51 0 0.13 265.18 0.62 0.65
Hex 9C 6D DD 1D 33 0 D 109 3E 41
Octal 234 155 335 35 63 0 15 411 76 101
Binary 10011100 1101101 11011101 11101 110011 0 1101 100001001 111110 1000001

Color Harmonies of #9C6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6DDD

Black with #9C6DDD

Text Example


Text Example

White with #9C6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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