#9C75F6

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

Shades of Medium Purple #9C75F6

Tints of Medium Purple #9C75F6

Color information

#9C75F6 (or 0x9C75F6) is unknown color: approx Medium Purple. HEX triplet: 9C, 75 and F6. RGB value is (156,117,246). Sum of RGB (Red+Green+Blue) = 156+117+246=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 246 - color contains mainly: blue. Hex color #9C75F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C75F6 is #638A09. Grayscale: #8E8E8E. Windows color (decimal): -6523402 or 16151964. OLE color: 16151964.

HSL color Cylindrical-coordinate representation of color #9C75F6: hue angle of 258.14º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C75F6 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB156117246-
CMYK0.370.5200.04
HSL258.14º87.76%71.18%-
HSV(B)258.14º52.44%96.47%-
XYZ36.7126.4490.36-
YUV143.37185.92137.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.06%
GREEN value IS 117 (46.09% from 255) = 22.54%
BLUE value IS 246 (96.48% from 255) = 47.40%
R=30.06%
G=22.54%
B=47.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1561172460.370.5200.04258.1487.7671.18
Hex9C75F62534041025847
Octal234165366456404402130107
Binary10011100111010111110110100101110100010010000001010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C75F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,117,246); }

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

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

 a { background-color: rgb(156,117,246); }

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

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

 span { border-color: rgb(156,117,246); }

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