#935DEB

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

Shades of Medium Purple #935DEB

Tints of Medium Purple #935DEB

Color information

#935DEB (or 0x935DEB) is unknown color: approx Medium Purple. HEX triplet: 93, 5D and EB. RGB value is (147,93,235). Sum of RGB (Red+Green+Blue) = 147+93+235=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #935DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935DEB is #6CA214. Grayscale: #7C7C7C. Windows color (decimal): -7119381 or 15424915. OLE color: 15424915.

HSL color Cylindrical-coordinate representation of color #935DEB: hue angle of 262.82º 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 #935DEB is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14793235-
CMYK0.370.6000.08
HSL262.82º78.02%64.31%-
HSV(B)262.82º60.43%92.16%-
XYZ30.9420.0380.83-
YUV125.33189.89143.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.95%
GREEN value IS 93 (36.72% from 255) = 19.58%
BLUE value IS 235 (92.19% from 255) = 49.47%
R=30.95%
G=19.58%
B=49.47%

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
Decimal147932350.370.6000.08262.8278.0264.31
Hex935DEB253C081074e40
Octal2231353534574010407116100
Binary100100111011101111010111001011111000100010000011110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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