Html Css Color HEX #9C6CDD Medium Purple

📋 copy color: '#9C6CDD'

red 156 ◦ green 108 ◦ blue 221

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

Shades of Medium Purple #9C6CDD

Tints of Medium Purple #9C6CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.27%

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

R = 32.16%
G = 22.27%
B = 45.57%

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

#9C6CDD (or 0x9C6CDD) is known color: Medium Purple. HEX triplet: 9C, 6C and DD. RGB value is (156,108,221). Sum of RGB (Red+Green+Blue) = 156+108+221=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C6CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6CDD is #639322. Grayscale: #868686. Windows color (decimal): -6525731 or 14511260. OLE color: 14511260.

HSL color Cylindrical-coordinate representation of color #9C6CDD: hue angle of 265.49º 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 #9C6CDD is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 108 221 -
CMYK 0.29 0.51 0 0.13
HSL 265.49º 0.62% 0.65% -
HSV(B) 265.49º 0.51% 0.87% -
XYZ 32.12 23.01 71.16 -
YUV 135.23 176.4 142.81 -
System Red Green Blue C M Y K H S L
Decimal 156 108 221 0.29 0.51 0 0.13 265.49 0.62 0.65
Hex 9C 6C DD 1D 33 0 D 109 3E 41
Octal 234 154 335 35 63 0 15 411 76 101
Binary 10011100 1101100 11011101 11101 110011 0 1101 100001001 111110 1000001

Color Harmonies of #9C6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6CDD

Black with #9C6CDD

Text Example


Text Example

White with #9C6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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