#935CDF

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

Shades of Medium Purple #935CDF

Tints of Medium Purple #935CDF

Color information

#935CDF (or 0x935CDF) is unknown color: approx Medium Purple. HEX triplet: 93, 5C and DF. RGB value is (147,92,223). Sum of RGB (Red+Green+Blue) = 147+92+223=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #935CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CDF is #6CA320. Grayscale: #7A7A7A. Windows color (decimal): -7119649 or 14638227. OLE color: 14638227.

HSL color Cylindrical-coordinate representation of color #935CDF: hue angle of 265.19º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #935CDF is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14792223-
CMYK0.340.5900.13
HSL265.19º67.18%61.76%-
HSV(B)265.19º58.74%87.45%-
XYZ29.1819.1971.98-
YUV123.38184.22144.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.82%
GREEN value IS 92 (36.33% from 255) = 19.91%
BLUE value IS 223 (87.5% from 255) = 48.27%
R=31.82%
G=19.91%
B=48.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal147922230.340.5900.13265.1967.1861.76
Hex935CDF223B0D109433e
Octal223134337427301541110376
Binary10010011101110011011111100010111011011011000010011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,92,223); }

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

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

 a { background-color: rgb(147,92,223); }

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

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

 span { border-color: rgb(147,92,223); }

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