#956FDC

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

Shades of Medium Purple #956FDC

Tints of Medium Purple #956FDC

Color information

#956FDC (or 0x956FDC) is unknown color: approx Medium Purple. HEX triplet: 95, 6F and DC. RGB value is (149,111,220). Sum of RGB (Red+Green+Blue) = 149+111+220=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #956FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FDC is #6A9023. Grayscale: #868686. Windows color (decimal): -6983716 or 14446485. OLE color: 14446485.

HSL color Cylindrical-coordinate representation of color #956FDC: hue angle of 260.92º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #956FDC is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149111220-
CMYK0.320.5000.14
HSL260.92º60.89%64.9%-
HSV(B)260.92º49.55%86.27%-
XYZ3122.9370.5-
YUV134.79176.09138.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.04%
GREEN value IS 111 (43.75% from 255) = 23.12%
BLUE value IS 220 (86.33% from 255) = 45.83%
R=31.04%
G=23.12%
B=45.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491112200.320.5000.14260.9260.8964.9
Hex956FDC20320E1053d41
Octal225157334406201640575101
Binary10010101110111111011100100000110010011101000001011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956FDC; }

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

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

<style>
 a { background-color: #956FDC; }

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

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

<style>
 span { border-color: #956FDC; }

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

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