#935BE1

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

Shades of Medium Purple #935BE1

Tints of Medium Purple #935BE1

Color information

#935BE1 (or 0x935BE1) is unknown color: approx Medium Purple. HEX triplet: 93, 5B and E1. RGB value is (147,91,225). Sum of RGB (Red+Green+Blue) = 147+91+225=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #935BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935BE1 is #6CA41E. Grayscale: #7A7A7A. Windows color (decimal): -7119903 or 14769043. OLE color: 14769043.

HSL color Cylindrical-coordinate representation of color #935BE1: hue angle of 265.07º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #935BE1 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14791225-
CMYK0.350.6000.12
HSL265.07º69.07%61.96%-
HSV(B)265.07º59.56%88.24%-
XYZ29.3619.1273.38-
YUV123.02185.55145.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.75%
GREEN value IS 91 (35.94% from 255) = 19.65%
BLUE value IS 225 (88.28% from 255) = 48.60%
R=31.75%
G=19.65%
B=48.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal147912250.350.6000.12265.0769.0761.96
Hex935BE1233C0C109453e
Octal223133341437401441110576
Binary10010011101101111100001100011111100011001000010011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,91,225); }

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

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

 a { background-color: rgb(147,91,225); }

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

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

 span { border-color: rgb(147,91,225); }

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