#935CF1

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

Shades of Medium Purple #935CF1

Tints of Medium Purple #935CF1

Color information

#935CF1 (or 0x935CF1) is unknown color: approx Medium Purple. HEX triplet: 93, 5C and F1. RGB value is (147,92,241). Sum of RGB (Red+Green+Blue) = 147+92+241=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #935CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935CF1 is #6CA30E. Grayscale: #7C7C7C. Windows color (decimal): -7119631 or 15817875. OLE color: 15817875.

HSL color Cylindrical-coordinate representation of color #935CF1: hue angle of 262.15º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #935CF1 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14792241-
CMYK0.390.6200.05
HSL262.15º84.18%65.29%-
HSV(B)262.15º61.83%94.51%-
XYZ31.7420.2185.45-
YUV125.43193.22143.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.62%
GREEN value IS 92 (36.33% from 255) = 19.17%
BLUE value IS 241 (94.53% from 255) = 50.21%
R=30.62%
G=19.17%
B=50.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal147922410.390.6200.05262.1584.1865.29
Hex935CF1273E051065441
Octal223134361477605406124101
Binary10010011101110011110001100111111110010110000011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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