#956DE4

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

Shades of Medium Purple #956DE4

Tints of Medium Purple #956DE4

Color information

#956DE4 (or 0x956DE4) is unknown color: approx Medium Purple. HEX triplet: 95, 6D and E4. RGB value is (149,109,228). Sum of RGB (Red+Green+Blue) = 149+109+228=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 228 - color contains mainly: blue. Hex color #956DE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956DE4 is #6A921B. Grayscale: #868686. Windows color (decimal): -6984220 or 14970261. OLE color: 14970261.

HSL color Cylindrical-coordinate representation of color #956DE4: hue angle of 260.17º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #956DE4 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB149109228-
CMYK0.350.5200.11
HSL260.17º68.79%66.08%-
HSV(B)260.17º52.19%89.41%-
XYZ31.8722.9376.14-
YUV134.53180.75138.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.66%
GREEN value IS 109 (42.97% from 255) = 22.43%
BLUE value IS 228 (89.45% from 255) = 46.91%
R=30.66%
G=22.43%
B=46.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1491092280.350.5200.11260.1768.7966.08
Hex956DE423340B1044542
Octal2251553444364013404105102
Binary100101011101101111001001000111101000101110000010010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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