#935CF4

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

Shades of Medium Purple #935CF4

Tints of Medium Purple #935CF4

Color information

#935CF4 (or 0x935CF4) is unknown color: approx Medium Purple. HEX triplet: 93, 5C and F4. RGB value is (147,92,244). Sum of RGB (Red+Green+Blue) = 147+92+244=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 244 (95.70% from 255 or 50.52% from 483); Max value from RGB is 244 - color contains mainly: blue. Hex color #935CF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935CF4 is #6CA30B. Grayscale: #7D7D7D. Windows color (decimal): -7119628 or 16014483. OLE color: 16014483.

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

Color convert

RGB14792244-
CMYK0.400.6200.04
HSL261.71º87.36%65.88%-
HSV(B)261.71º62.3%95.69%-
XYZ32.1920.3987.83-
YUV125.77194.72143.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.43%
GREEN value IS 92 (36.33% from 255) = 19.05%
BLUE value IS 244 (95.70% from 255) = 50.52%
R=30.43%
G=19.05%
B=50.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal147922440.400.6200.04261.7187.3665.88
Hex935CF4283E041065742
Octal223134364507604406127102
Binary10010011101110011110100101000111110010010000011010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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