#9C75EF

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

Shades of Medium Purple #9C75EF

Tints of Medium Purple #9C75EF

Color information

#9C75EF (or 0x9C75EF) is unknown color: approx Medium Purple. HEX triplet: 9C, 75 and EF. RGB value is (156,117,239). Sum of RGB (Red+Green+Blue) = 156+117+239=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C75EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C75EF is #638A10. Grayscale: #8E8E8E. Windows color (decimal): -6523409 or 15693212. OLE color: 15693212.

HSL color Cylindrical-coordinate representation of color #9C75EF: hue angle of 259.18º 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 #9C75EF is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB156117239-
CMYK0.350.5100.06
HSL259.18º79.22%69.8%-
HSV(B)259.18º51.05%93.73%-
XYZ35.6526.0284.81-
YUV142.57182.42137.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.47%
GREEN value IS 117 (46.09% from 255) = 22.85%
BLUE value IS 239 (93.75% from 255) = 46.68%
R=30.47%
G=22.85%
B=46.68%

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
Decimal1561172390.350.5100.06259.1879.2269.8
Hex9C75EF2333061034f46
Octal234165357436306403117106
Binary10011100111010111101111100011110011011010000001110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C75EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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