#914FF1

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

Shades of Medium Purple #914FF1

Tints of Medium Purple #914FF1

Color information

#914FF1 (or 0x914FF1) is unknown color: approx Medium Purple. HEX triplet: 91, 4F and F1. RGB value is (145,79,241). Sum of RGB (Red+Green+Blue) = 145+79+241=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #914FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #914FF1 is #6EB00E. Grayscale: #747474. Windows color (decimal): -7254031 or 15814545. OLE color: 15814545.

HSL color Cylindrical-coordinate representation of color #914FF1: hue angle of 264.44º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #914FF1 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14579241-
CMYK0.400.6700.05
HSL264.44º85.26%62.75%-
HSV(B)264.44º67.22%94.51%-
XYZ30.3517.9685.09-
YUV117.2197.87147.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.18%
GREEN value IS 79 (31.25% from 255) = 16.99%
BLUE value IS 241 (94.53% from 255) = 51.83%
R=31.18%
G=16.99%
B=51.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal145792410.400.6700.05264.4485.2662.75
Hex914FF1284305108553f
Octal221117361501030541012577
Binary10010001100111111110001101000100001101011000010001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,79,241); }

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

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

 a { background-color: rgb(145,79,241); }

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

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

 span { border-color: rgb(145,79,241); }

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