#9C71DA

Color #9C71DA Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9C71DA

Tints of Medium Purple #9C71DA

Color information

#9C71DA (or 0x9C71DA) is unknown color: approx Medium Purple. HEX triplet: 9C, 71 and DA. RGB value is (156,113,218). Sum of RGB (Red+Green+Blue) = 156+113+218=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C71DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C71DA is #638E25. Grayscale: #898989. Windows color (decimal): -6524454 or 14315932. OLE color: 14315932.

HSL color Cylindrical-coordinate representation of color #9C71DA: hue angle of 264.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C71DA is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB156113218-
CMYK0.280.4800.15
HSL264.57º58.66%64.9%-
HSV(B)264.57º48.17%85.49%-
XYZ32.2723.9469.25-
YUV137.83173.25140.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.03%
GREEN value IS 113 (44.53% from 255) = 23.20%
BLUE value IS 218 (85.55% from 255) = 44.76%
R=32.03%
G=23.20%
B=44.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1561132180.280.4800.15264.5758.6664.9
Hex9C71DA1C300F1093b41
Octal234161332346001741173101
Binary1001110011100011101101011100110000011111000010011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C71DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,113,218); }

 H1.HeaderClassName
 {
   color: #9C71DA;
 }
 .AnyTagClassName
 {
   color: #9C71DA;
 }
</style>
background-color css

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

 a { background-color: rgb(156,113,218); }

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

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

 span { border-color: rgb(156,113,218); }

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