#945FF5

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

Shades of Medium Purple #945FF5

Tints of Medium Purple #945FF5

Color information

#945FF5 (or 0x945FF5) is unknown color: approx Medium Purple. HEX triplet: 94, 5F and F5. RGB value is (148,95,245). Sum of RGB (Red+Green+Blue) = 148+95+245=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 245 (96.09% from 255 or 50.20% from 488); Max value from RGB is 245 - color contains mainly: blue. Hex color #945FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945FF5 is #6BA00A. Grayscale: #7F7F7F. Windows color (decimal): -7053323 or 16080788. OLE color: 16080788.

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

Color convert

RGB14895245-
CMYK0.400.6100.04
HSL261.2º88.24%66.67%-
HSV(B)261.2º61.22%96.08%-
XYZ32.7921.0788.73-
YUV127.95194.06142.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.33%
GREEN value IS 95 (37.5% from 255) = 19.47%
BLUE value IS 245 (96.09% from 255) = 50.20%
R=30.33%
G=19.47%
B=50.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal148952450.400.6100.04261.288.2466.67
Hex945FF5283D041055843
Octal224137365507504405130103
Binary10010100101111111110101101000111101010010000010110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945FF5; }

 p { color: rgb(148,95,245); }

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

<style>
 a { background-color: #945FF5; }

 a { background-color: rgb(148,95,245); }

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

<style>
 span { border-color: #945FF5; }

 span { border-color: rgb(148,95,245); }

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