#9569D8

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

Shades of Medium Purple #9569D8

Tints of Medium Purple #9569D8

Color information

#9569D8 (or 0x9569D8) is unknown color: approx Medium Purple. HEX triplet: 95, 69 and D8. RGB value is (149,105,216). Sum of RGB (Red+Green+Blue) = 149+105+216=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #9569D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9569D8 is #6A9627. Grayscale: #828282. Windows color (decimal): -6985256 or 14182805. OLE color: 14182805.

HSL color Cylindrical-coordinate representation of color #9569D8: hue angle of 263.78º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9569D8 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB149105216-
CMYK0.310.5100.15
HSL263.78º58.73%62.94%-
HSV(B)263.78º51.39%84.71%-
XYZ29.8421.4567.53-
YUV130.81176.08140.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.70%
GREEN value IS 105 (41.41% from 255) = 22.34%
BLUE value IS 216 (84.77% from 255) = 45.96%
R=31.70%
G=22.34%
B=45.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491052160.310.5100.15263.7858.7362.94
Hex9569D81F330F1083b3f
Octal22515133037630174107377
Binary100101011101001110110001111111001101111100001000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9569D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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