#9574DE

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

Shades of Medium Purple #9574DE

Tints of Medium Purple #9574DE

Color information

#9574DE (or 0x9574DE) is unknown color: approx Medium Purple. HEX triplet: 95, 74 and DE. RGB value is (149,116,222). Sum of RGB (Red+Green+Blue) = 149+116+222=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #9574DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9574DE is #6A8B21. Grayscale: #898989. Windows color (decimal): -6982434 or 14578837. OLE color: 14578837.

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

Color convert

RGB149116222-
CMYK0.330.4800.13
HSL258.68º61.63%66.27%-
HSV(B)258.68º47.75%87.06%-
XYZ31.8224.1572.09-
YUV137.95175.43135.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.60%
GREEN value IS 116 (45.70% from 255) = 23.82%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=30.60%
G=23.82%
B=45.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491162220.330.4800.13258.6861.6366.27
Hex9574DE21300D1033e42
Octal225164336416001540376102
Binary10010101111010011011110100001110000011011000000111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9574DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9574DE; }

 p { color: rgb(149,116,222); }

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

<style>
 a { background-color: #9574DE; }

 a { background-color: rgb(149,116,222); }

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

<style>
 span { border-color: #9574DE; }

 span { border-color: rgb(149,116,222); }

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