Html Css Color HEX #9C6ADC Medium Purple

📋 copy color: '#9C6ADC'

red 156 ◦ green 106 ◦ blue 220

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

Shades of Medium Purple #9C6ADC

Tints of Medium Purple #9C6ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.99%

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 32.37%
G = 21.99%
B = 45.64%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C6ADC (or 0x9C6ADC) is known color: Medium Purple. HEX triplet: 9C, 6A and DC. RGB value is (156,106,220). Sum of RGB (Red+Green+Blue) = 156+106+220=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C6ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6ADC is #639523. Grayscale: #858585. Windows color (decimal): -6526244 or 14445212. OLE color: 14445212.

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

Color convert

RGB 156 106 220 -
CMYK 0.29 0.52 0 0.14
HSL 266.32º 0.62% 0.64% -
HSV(B) 266.32º 0.52% 0.86% -
XYZ 31.78 22.54 70.39 -
YUV 133.95 176.57 143.73 -
System Red Green Blue C M Y K H S L
Decimal 156 106 220 0.29 0.52 0 0.14 266.32 0.62 0.64
Hex 9C 6A DC 1D 34 0 E 10A 3E 40
Octal 234 152 334 35 64 0 16 412 76 100
Binary 10011100 1101010 11011100 11101 110100 0 1110 100001010 111110 1000000

Color Harmonies of #9C6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6ADC

Black with #9C6ADC

Text Example


Text Example

White with #9C6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,106,220); }

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

background-color css

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

 a { background-color: rgb(156,106,220); }

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

border-color css

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

 span { border-color: rgb(156,106,220); }

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