#9C71F4

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

Shades of Medium Purple #9C71F4

Tints of Medium Purple #9C71F4

Color information

#9C71F4 (or 0x9C71F4) is unknown color: approx Medium Purple. HEX triplet: 9C, 71 and F4. RGB value is (156,113,244). Sum of RGB (Red+Green+Blue) = 156+113+244=513 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.41% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 244 (95.70% from 255 or 47.56% from 513); Max value from RGB is 244 - color contains mainly: blue. Hex color #9C71F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C71F4 is #638E0B. Grayscale: #8C8C8C. Windows color (decimal): -6524428 or 16019868. OLE color: 16019868.

HSL color Cylindrical-coordinate representation of color #9C71F4: hue angle of 259.69º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C71F4 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB156113244-
CMYK0.360.5400.04
HSL259.69º85.62%70%-
HSV(B)259.69º53.69%95.69%-
XYZ35.9425.4188.6-
YUV140.79186.25138.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.41%
GREEN value IS 113 (44.53% from 255) = 22.03%
BLUE value IS 244 (95.70% from 255) = 47.56%
R=30.41%
G=22.03%
B=47.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1561132440.360.5400.04259.6985.6270
Hex9C71F42436041045646
Octal234161364446604404126106
Binary10011100111000111110100100100110110010010000010010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C71F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,113,244); }

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

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

 a { background-color: rgb(156,113,244); }

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

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

 span { border-color: rgb(156,113,244); }

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