#9C71EB

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

Shades of Medium Purple #9C71EB

Tints of Medium Purple #9C71EB

Color information

#9C71EB (or 0x9C71EB) is unknown color: approx Medium Purple. HEX triplet: 9C, 71 and EB. RGB value is (156,113,235). Sum of RGB (Red+Green+Blue) = 156+113+235=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C71EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C71EB is #638E14. Grayscale: #8B8B8B. Windows color (decimal): -6524437 or 15430044. OLE color: 15430044.

HSL color Cylindrical-coordinate representation of color #9C71EB: hue angle of 261.15º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C71EB is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156113235-
CMYK0.340.5200.08
HSL261.15º75.31%68.24%-
HSV(B)261.15º51.91%92.16%-
XYZ34.6124.8881.57-
YUV139.76181.75139.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.95%
GREEN value IS 113 (44.53% from 255) = 22.42%
BLUE value IS 235 (92.19% from 255) = 46.63%
R=30.95%
G=22.42%
B=46.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561132350.340.5200.08261.1575.3168.24
Hex9C71EB2234081054b44
Octal2341613534264010405113104
Binary100111001110001111010111000101101000100010000010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C71EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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