Html Css Color HEX #9C80DC Medium Purple

📋 copy color: '#9C80DC'

red 156 ◦ green 128 ◦ blue 220

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

Shades of Medium Purple #9C80DC

Tints of Medium Purple #9C80DC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.4%

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

R = 30.95%
G = 25.4%
B = 43.65%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C80DC (or 0x9C80DC) is known color: Medium Purple. HEX triplet: 9C, 80 and DC. RGB value is (156,128,220). Sum of RGB (Red+Green+Blue) = 156+128+220=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C80DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C80DC is #637F23. Grayscale: #929292. Windows color (decimal): -6520612 or 14450844. OLE color: 14450844.

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

Color convert

RGB 156 128 220 -
CMYK 0.29 0.42 0 0.14
HSL 258.26º 0.57% 0.68% -
HSV(B) 258.26º 0.42% 0.86% -
XYZ 34.35 27.67 71.24 -
YUV 146.86 169.28 134.52 -
System Red Green Blue C M Y K H S L
Decimal 156 128 220 0.29 0.42 0 0.14 258.26 0.57 0.68
Hex 9C 80 DC 1D 2A 0 E 102 39 44
Octal 234 200 334 35 52 0 16 402 71 104
Binary 10011100 10000000 11011100 11101 101010 0 1110 100000010 111001 1000100

Color Harmonies of #9C80DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C80DC

Black with #9C80DC

Text Example


Text Example

White with #9C80DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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