#956FE5

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

Shades of Medium Purple #956FE5

Tints of Medium Purple #956FE5

Color information

#956FE5 (or 0x956FE5) is unknown color: approx Medium Purple. HEX triplet: 95, 6F and E5. RGB value is (149,111,229). Sum of RGB (Red+Green+Blue) = 149+111+229=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 229 - color contains mainly: blue. Hex color #956FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FE5 is #6A901A. Grayscale: #878787. Windows color (decimal): -6983707 or 15036309. OLE color: 15036309.

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

Color convert

RGB149111229-
CMYK0.350.5200.10
HSL259.32º69.41%66.67%-
HSV(B)259.32º51.53%89.8%-
XYZ32.2223.4276.95-
YUV135.81180.59137.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.47%
GREEN value IS 111 (43.75% from 255) = 22.70%
BLUE value IS 229 (89.84% from 255) = 46.83%
R=30.47%
G=22.70%
B=46.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1491112290.350.5200.10259.3269.4166.67
Hex956FE523340A1034543
Octal2251573454364012403105103
Binary100101011101111111001011000111101000101010000001110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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