#956DE8

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

Shades of Medium Purple #956DE8

Tints of Medium Purple #956DE8

Color information

#956DE8 (or 0x956DE8) is unknown color: approx Medium Purple. HEX triplet: 95, 6D and E8. RGB value is (149,109,232). Sum of RGB (Red+Green+Blue) = 149+109+232=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 232 - color contains mainly: blue. Hex color #956DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956DE8 is #6A9217. Grayscale: #868686. Windows color (decimal): -6984216 or 15232405. OLE color: 15232405.

HSL color Cylindrical-coordinate representation of color #956DE8: hue angle of 259.51º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #956DE8 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB149109232-
CMYK0.360.5300.09
HSL259.51º72.78%66.86%-
HSV(B)259.51º53.02%90.98%-
XYZ32.4323.1579.1-
YUV134.98182.75138-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.41%
GREEN value IS 109 (42.97% from 255) = 22.24%
BLUE value IS 232 (91.02% from 255) = 47.35%
R=30.41%
G=22.24%
B=47.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1491092320.360.5300.09259.5172.7866.86
Hex956DE82435091044943
Octal2251553504465011404111103
Binary100101011101101111010001001001101010100110000010010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,109,232); }

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

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

 a { background-color: rgb(149,109,232); }

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

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

 span { border-color: rgb(149,109,232); }

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