#9572DC

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

Shades of Medium Purple #9572DC

Tints of Medium Purple #9572DC

Color information

#9572DC (or 0x9572DC) is unknown color: approx Medium Purple. HEX triplet: 95, 72 and DC. RGB value is (149,114,220). Sum of RGB (Red+Green+Blue) = 149+114+220=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #9572DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9572DC is #6A8D23. Grayscale: #888888. Windows color (decimal): -6982948 or 14447253. OLE color: 14447253.

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

Color convert

RGB149114220-
CMYK0.320.4800.14
HSL259.81º60.23%65.49%-
HSV(B)259.81º48.18%86.27%-
XYZ31.3323.5970.61-
YUV136.55175.1136.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.85%
GREEN value IS 114 (44.92% from 255) = 23.60%
BLUE value IS 220 (86.33% from 255) = 45.55%
R=30.85%
G=23.60%
B=45.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491142200.320.4800.14259.8160.2365.49
Hex9572DC20300E1043c41
Octal225162334406001640474101
Binary10010101111001011011100100000110000011101000001001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9572DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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