#955DE5

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

Shades of Medium Purple #955DE5

Tints of Medium Purple #955DE5

Color information

#955DE5 (or 0x955DE5) is unknown color: approx Medium Purple. HEX triplet: 95, 5D and E5. RGB value is (149,93,229). Sum of RGB (Red+Green+Blue) = 149+93+229=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #955DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DE5 is #6AA21A. Grayscale: #7C7C7C. Windows color (decimal): -6988315 or 15031701. OLE color: 15031701.

HSL color Cylindrical-coordinate representation of color #955DE5: hue angle of 264.71º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #955DE5 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14993229-
CMYK0.350.5900.10
HSL264.71º72.34%63.14%-
HSV(B)264.71º59.39%89.8%-
XYZ30.4519.8876.36-
YUV125.25186.55144.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.63%
GREEN value IS 93 (36.72% from 255) = 19.75%
BLUE value IS 229 (89.84% from 255) = 48.62%
R=31.63%
G=19.75%
B=48.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal149932290.350.5900.10264.7172.3463.14
Hex955DE5233B0A109483f
Octal225135345437301241111077
Binary10010101101110111100101100011111011010101000010011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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