#9C75DF

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

Shades of Medium Purple #9C75DF

Tints of Medium Purple #9C75DF

Color information

#9C75DF (or 0x9C75DF) is unknown color: approx Medium Purple. HEX triplet: 9C, 75 and DF. RGB value is (156,117,223). Sum of RGB (Red+Green+Blue) = 156+117+223=496 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.45% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C75DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C75DF is #638A20. Grayscale: #8C8C8C. Windows color (decimal): -6523425 or 14644636. OLE color: 14644636.

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

Color convert

RGB156117223-
CMYK0.300.4800.13
HSL262.08º62.35%66.67%-
HSV(B)262.08º47.53%87.45%-
XYZ33.3925.1272.9-
YUV140.74174.42138.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.45%
GREEN value IS 117 (46.09% from 255) = 23.59%
BLUE value IS 223 (87.5% from 255) = 44.96%
R=31.45%
G=23.59%
B=44.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561172230.300.4800.13262.0862.3566.67
Hex9C75DF1E300D1063e43
Octal234165337366001540676103
Binary1001110011101011101111111110110000011011000001101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C75DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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