#9C74DD

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

Shades of Medium Purple #9C74DD

Tints of Medium Purple #9C74DD

Color information

#9C74DD (or 0x9C74DD) is unknown color: approx Medium Purple. HEX triplet: 9C, 74 and DD. RGB value is (156,116,221). Sum of RGB (Red+Green+Blue) = 156+116+221=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C74DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C74DD is #638B22. Grayscale: #8B8B8B. Windows color (decimal): -6523683 or 14513308. OLE color: 14513308.

HSL color Cylindrical-coordinate representation of color #9C74DD: hue angle of 262.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C74DD is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156116221-
CMYK0.290.4800.13
HSL262.86º60.69%66.08%-
HSV(B)262.86º47.51%86.67%-
XYZ33.0124.7871.45-
YUV139.93173.75139.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.64%
GREEN value IS 116 (45.70% from 255) = 23.53%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=31.64%
G=23.53%
B=44.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561162210.290.4800.13262.8660.6966.08
Hex9C74DD1D300D1073d42
Octal234164335356001540775102
Binary1001110011101001101110111101110000011011000001111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C74DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,116,221); }

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

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

 a { background-color: rgb(156,116,221); }

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

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

 span { border-color: rgb(156,116,221); }

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