#9571E7

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

Shades of Medium Purple #9571E7

Tints of Medium Purple #9571E7

Color information

#9571E7 (or 0x9571E7) is unknown color: approx Medium Purple. HEX triplet: 95, 71 and E7. RGB value is (149,113,231). Sum of RGB (Red+Green+Blue) = 149+113+231=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #9571E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9571E7 is #6A8E18. Grayscale: #888888. Windows color (decimal): -6983193 or 15167893. OLE color: 15167893.

HSL color Cylindrical-coordinate representation of color #9571E7: hue angle of 258.31º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9571E7 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB149113231-
CMYK0.350.5100.09
HSL258.31º71.08%67.45%-
HSV(B)258.31º51.08%90.59%-
XYZ32.7223.9778.5-
YUV137.22180.93136.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 113 (44.53% from 255) = 22.92%
BLUE value IS 231 (90.62% from 255) = 46.86%
R=30.22%
G=22.92%
B=46.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1491132310.350.5100.09258.3171.0867.45
Hex9571E72333091024743
Octal2251613474363011402107103
Binary100101011110001111001111000111100110100110000001010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9571E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9571E7; }

 p { color: rgb(149,113,231); }

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

<style>
 a { background-color: #9571E7; }

 a { background-color: rgb(149,113,231); }

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

<style>
 span { border-color: #9571E7; }

 span { border-color: rgb(149,113,231); }

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