#9571DC

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

Shades of Medium Purple #9571DC

Tints of Medium Purple #9571DC

Color information

#9571DC (or 0x9571DC) is unknown color: approx Medium Purple. HEX triplet: 95, 71 and DC. RGB value is (149,113,220). Sum of RGB (Red+Green+Blue) = 149+113+220=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #9571DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9571DC is #6A8E23. Grayscale: #878787. Windows color (decimal): -6983204 or 14446997. OLE color: 14446997.

HSL color Cylindrical-coordinate representation of color #9571DC: hue angle of 260.19º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9571DC is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149113220-
CMYK0.320.4900.14
HSL260.19º60.45%65.29%-
HSV(B)260.19º48.64%86.27%-
XYZ31.2223.3770.58-
YUV135.96175.43137.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.91%
GREEN value IS 113 (44.53% from 255) = 23.44%
BLUE value IS 220 (86.33% from 255) = 45.64%
R=30.91%
G=23.44%
B=45.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491132200.320.4900.14260.1960.4565.29
Hex9571DC20310E1043c41
Octal225161334406101640474101
Binary10010101111000111011100100000110001011101000001001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9571DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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