#946FF1

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

Shades of Medium Purple #946FF1

Tints of Medium Purple #946FF1

Color information

#946FF1 (or 0x946FF1) is unknown color: approx Medium Purple. HEX triplet: 94, 6F and F1. RGB value is (148,111,241). Sum of RGB (Red+Green+Blue) = 148+111+241=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #946FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946FF1 is #6B900E. Grayscale: #888888. Windows color (decimal): -7049231 or 15822740. OLE color: 15822740.

HSL color Cylindrical-coordinate representation of color #946FF1: hue angle of 257.08º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #946FF1 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB148111241-
CMYK0.390.5400.05
HSL257.08º82.28%69.02%-
HSV(B)257.08º53.94%94.51%-
XYZ33.7724.0286.07-
YUV136.88186.76135.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.6%
GREEN value IS 111 (43.75% from 255) = 22.2%
BLUE value IS 241 (94.53% from 255) = 48.2%
R=29.6%
G=22.2%
B=48.2%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1481112410.390.5400.05257.0882.2869.02
Hex946FF12736051015245
Octal224157361476605401122105
Binary10010100110111111110001100111110110010110000000110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946FF1; }

 p { color: rgb(148,111,241); }

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

<style>
 a { background-color: #946FF1; }

 a { background-color: rgb(148,111,241); }

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

<style>
 span { border-color: #946FF1; }

 span { border-color: rgb(148,111,241); }

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