Html Css Color HEX #9C6DDF Medium Purple

📋 copy color: '#9C6DDF'

red 156 ◦ green 109 ◦ blue 223

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

Shades of Medium Purple #9C6DDF

Tints of Medium Purple #9C6DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.7%

R = 31.97%
G = 22.34%
B = 45.7%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C6DDF (or 0x9C6DDF) is known color: Medium Purple. HEX triplet: 9C, 6D and DF. RGB value is (156,109,223). Sum of RGB (Red+Green+Blue) = 156+109+223=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C6DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6DDF is #639220. Grayscale: #878787. Windows color (decimal): -6525473 or 14642588. OLE color: 14642588.

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

Color convert

RGB 156 109 223 -
CMYK 0.30 0.51 0 0.13
HSL 264.74º 0.64% 0.65% -
HSV(B) 264.74º 0.51% 0.87% -
XYZ 32.5 23.33 72.6 -
YUV 136.05 177.07 142.23 -
System Red Green Blue C M Y K H S L
Decimal 156 109 223 0.30 0.51 0 0.13 264.74 0.64 0.65
Hex 9C 6D DF 1E 33 0 D 109 40 41
Octal 234 155 337 36 63 0 15 411 100 101
Binary 10011100 1101101 11011111 11110 110011 0 1101 100001001 1000000 1000001

Color Harmonies of #9C6DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6DDF

Black with #9C6DDF

Text Example


Text Example

White with #9C6DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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