#956AED

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

Shades of Medium Purple #956AED

Tints of Medium Purple #956AED

Color information

#956AED (or 0x956AED) is unknown color: approx Medium Purple. HEX triplet: 95, 6A and ED. RGB value is (149,106,237). Sum of RGB (Red+Green+Blue) = 149+106+237=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #956AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956AED is #6A9512. Grayscale: #858585. Windows color (decimal): -6984979 or 15559317. OLE color: 15559317.

HSL color Cylindrical-coordinate representation of color #956AED: hue angle of 259.69º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #956AED is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149106237-
CMYK0.370.5500.07
HSL259.69º78.44%67.25%-
HSV(B)259.69º55.27%92.94%-
XYZ32.8322.8182.79-
YUV133.79186.25138.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.28%
GREEN value IS 106 (41.80% from 255) = 21.54%
BLUE value IS 237 (92.97% from 255) = 48.17%
R=30.28%
G=21.54%
B=48.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1491062370.370.5500.07259.6978.4467.25
Hex956AED2537071044e43
Octal225152355456707404116103
Binary10010101110101011101101100101110111011110000010010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,106,237); }

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

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

 a { background-color: rgb(149,106,237); }

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

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

 span { border-color: rgb(149,106,237); }

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