#956DD6

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

Shades of Medium Purple #956DD6

Tints of Medium Purple #956DD6

Color information

#956DD6 (or 0x956DD6) is unknown color: approx Medium Purple. HEX triplet: 95, 6D and D6. RGB value is (149,109,214). Sum of RGB (Red+Green+Blue) = 149+109+214=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #956DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956DD6 is #6A9229. Grayscale: #848484. Windows color (decimal): -6984234 or 14052757. OLE color: 14052757.

HSL color Cylindrical-coordinate representation of color #956DD6: hue angle of 262.86º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #956DD6 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB149109214-
CMYK0.300.4900.16
HSL262.86º56.15%63.33%-
HSV(B)262.86º49.07%83.92%-
XYZ3022.1866.32-
YUV132.93173.75139.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.57%
GREEN value IS 109 (42.97% from 255) = 23.09%
BLUE value IS 214 (83.98% from 255) = 45.34%
R=31.57%
G=23.09%
B=45.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1491092140.300.4900.16262.8656.1563.33
Hex956DD61E31010107383f
Octal22515532636610204077077
Binary1001010111011011101011011110110001010000100000111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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