#9565DC

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

Shades of Medium Purple #9565DC

Tints of Medium Purple #9565DC

Color information

#9565DC (or 0x9565DC) is unknown color: approx Medium Purple. HEX triplet: 95, 65 and DC. RGB value is (149,101,220). Sum of RGB (Red+Green+Blue) = 149+101+220=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #9565DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9565DC is #6A9A23. Grayscale: #808080. Windows color (decimal): -6986276 or 14443925. OLE color: 14443925.

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

Color convert

RGB149101220-
CMYK0.320.5400.14
HSL264.2º62.96%62.94%-
HSV(B)264.2º54.09%86.27%-
XYZ29.9720.8670.16-
YUV128.92179.4142.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.70%
GREEN value IS 101 (39.84% from 255) = 21.49%
BLUE value IS 220 (86.33% from 255) = 46.81%
R=31.70%
G=21.49%
B=46.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491012200.320.5400.14264.262.9662.94
Hex9565DC20360E1083f3f
Octal22514533440660164107777
Binary1001010111001011101110010000011011001110100001000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9565DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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