#955DEC

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

Shades of Medium Purple #955DEC

Tints of Medium Purple #955DEC

Color information

#955DEC (or 0x955DEC) is unknown color: approx Medium Purple. HEX triplet: 95, 5D and EC. RGB value is (149,93,236). Sum of RGB (Red+Green+Blue) = 149+93+236=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #955DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955DEC is #6AA213. Grayscale: #7D7D7D. Windows color (decimal): -6988308 or 15490453. OLE color: 15490453.

HSL color Cylindrical-coordinate representation of color #955DEC: hue angle of 263.5º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #955DEC is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14993236-
CMYK0.370.6100.07
HSL263.5º79.01%64.51%-
HSV(B)263.5º60.59%92.55%-
XYZ31.4520.2781.61-
YUV126.05190.05144.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 93 (36.72% from 255) = 19.46%
BLUE value IS 236 (92.58% from 255) = 49.37%
R=31.17%
G=19.46%
B=49.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal149932360.370.6100.07263.579.0164.51
Hex955DEC253D071074f41
Octal225135354457507407117101
Binary10010101101110111101100100101111101011110000011110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955DEC; }

 p { color: rgb(149,93,236); }

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

<style>
 a { background-color: #955DEC; }

 a { background-color: rgb(149,93,236); }

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

<style>
 span { border-color: #955DEC; }

 span { border-color: rgb(149,93,236); }

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