#955DEB

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

Shades of Medium Purple #955DEB

Tints of Medium Purple #955DEB

Color information

#955DEB (or 0x955DEB) is unknown color: approx Medium Purple. HEX triplet: 95, 5D and EB. RGB value is (149,93,235). Sum of RGB (Red+Green+Blue) = 149+93+235=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #955DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955DEB is #6AA214. Grayscale: #7D7D7D. Windows color (decimal): -6988309 or 15424917. OLE color: 15424917.

HSL color Cylindrical-coordinate representation of color #955DEB: hue angle of 263.66º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #955DEB is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14993235-
CMYK0.370.6000.08
HSL263.66º78.02%64.31%-
HSV(B)263.66º60.43%92.16%-
XYZ31.320.2280.85-
YUV125.93189.55144.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.24%
GREEN value IS 93 (36.72% from 255) = 19.50%
BLUE value IS 235 (92.19% from 255) = 49.27%
R=31.24%
G=19.50%
B=49.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal149932350.370.6000.08263.6678.0264.31
Hex955DEB253C081084e40
Octal2251353534574010410116100
Binary100101011011101111010111001011111000100010000100010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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