#9C74EF

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

Shades of Medium Purple #9C74EF

Tints of Medium Purple #9C74EF

Color information

#9C74EF (or 0x9C74EF) is unknown color: approx Medium Purple. HEX triplet: 9C, 74 and EF. RGB value is (156,116,239). Sum of RGB (Red+Green+Blue) = 156+116+239=511 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.53% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C74EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C74EF is #638B10. Grayscale: #8D8D8D. Windows color (decimal): -6523665 or 15692956. OLE color: 15692956.

HSL color Cylindrical-coordinate representation of color #9C74EF: hue angle of 259.51º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C74EF is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB156116239-
CMYK0.350.5100.06
HSL259.51º79.35%69.61%-
HSV(B)259.51º51.46%93.73%-
XYZ35.5425.7984.77-
YUV141.98182.75138-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.53%
GREEN value IS 116 (45.70% from 255) = 22.70%
BLUE value IS 239 (93.75% from 255) = 46.77%
R=30.53%
G=22.70%
B=46.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1561162390.350.5100.06259.5179.3569.61
Hex9C74EF2333061044f46
Octal234164357436306404117106
Binary10011100111010011101111100011110011011010000010010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C74EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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