#935AF4

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

Shades of Medium Purple #935AF4

Tints of Medium Purple #935AF4

Color information

#935AF4 (or 0x935AF4) is unknown color: approx Medium Purple. HEX triplet: 93, 5A and F4. RGB value is (147,90,244). Sum of RGB (Red+Green+Blue) = 147+90+244=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 244 (95.70% from 255 or 50.73% from 481); Max value from RGB is 244 - color contains mainly: blue. Hex color #935AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935AF4 is #6CA50B. Grayscale: #7C7C7C. Windows color (decimal): -7120140 or 16013971. OLE color: 16013971.

HSL color Cylindrical-coordinate representation of color #935AF4: hue angle of 262.21º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #935AF4 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14790244-
CMYK0.400.6300.04
HSL262.21º87.5%65.49%-
HSV(B)262.21º63.11%95.69%-
XYZ32.0220.0587.77-
YUV124.6195.38143.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.56%
GREEN value IS 90 (35.55% from 255) = 18.71%
BLUE value IS 244 (95.70% from 255) = 50.73%
R=30.56%
G=18.71%
B=50.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal147902440.400.6300.04262.2187.565.49
Hex935AF4283F041065841
Octal223132364507704406130101
Binary10010011101101011110100101000111111010010000011010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,90,244); }

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

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

 a { background-color: rgb(147,90,244); }

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

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

 span { border-color: rgb(147,90,244); }

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