Html Css Color HEX #9C6BDC Medium Purple

📋 copy color: '#9C6BDC'

red 156 ◦ green 107 ◦ blue 220

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

Shades of Medium Purple #9C6BDC

Tints of Medium Purple #9C6BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.15%

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

R = 32.3%
G = 22.15%
B = 45.55%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C6BDC (or 0x9C6BDC) is known color: Medium Purple. HEX triplet: 9C, 6B and DC. RGB value is (156,107,220). Sum of RGB (Red+Green+Blue) = 156+107+220=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C6BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6BDC is #639423. Grayscale: #868686. Windows color (decimal): -6525988 or 14445468. OLE color: 14445468.

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

Color convert

RGB 156 107 220 -
CMYK 0.29 0.51 0 0.14
HSL 266.02º 0.62% 0.64% -
HSV(B) 266.02º 0.51% 0.86% -
XYZ 31.89 22.75 70.42 -
YUV 134.53 176.23 143.31 -
System Red Green Blue C M Y K H S L
Decimal 156 107 220 0.29 0.51 0 0.14 266.02 0.62 0.64
Hex 9C 6B DC 1D 33 0 E 10A 3E 40
Octal 234 153 334 35 63 0 16 412 76 100
Binary 10011100 1101011 11011100 11101 110011 0 1110 100001010 111110 1000000

Color Harmonies of #9C6BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6BDC

Black with #9C6BDC

Text Example


Text Example

White with #9C6BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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