#9569DD

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

Shades of Medium Purple #9569DD

Tints of Medium Purple #9569DD

Color information

#9569DD (or 0x9569DD) is unknown color: approx Medium Purple. HEX triplet: 95, 69 and DD. RGB value is (149,105,221). Sum of RGB (Red+Green+Blue) = 149+105+221=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #9569DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9569DD is #6A9622. Grayscale: #828282. Windows color (decimal): -6985251 or 14510485. OLE color: 14510485.

HSL color Cylindrical-coordinate representation of color #9569DD: hue angle of 262.76º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9569DD is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149105221-
CMYK0.330.5200.13
HSL262.76º63.04%63.92%-
HSV(B)262.76º52.49%86.67%-
XYZ30.521.7170.99-
YUV131.38178.58140.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 105 (41.41% from 255) = 22.11%
BLUE value IS 221 (86.72% from 255) = 46.53%
R=31.37%
G=22.11%
B=46.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491052210.330.5200.13262.7663.0463.92
Hex9569DD21340D1073f40
Octal225151335416401540777100
Binary10010101110100111011101100001110100011011000001111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9569DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9569DD; }

 p { color: rgb(149,105,221); }

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

<style>
 a { background-color: #9569DD; }

 a { background-color: rgb(149,105,221); }

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

<style>
 span { border-color: #9569DD; }

 span { border-color: rgb(149,105,221); }

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