#945AF4

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

Shades of Medium Purple #945AF4

Tints of Medium Purple #945AF4

Color information

#945AF4 (or 0x945AF4) is unknown color: approx Medium Purple. HEX triplet: 94, 5A and F4. RGB value is (148,90,244). Sum of RGB (Red+Green+Blue) = 148+90+244=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 244 (95.70% from 255 or 50.62% from 482); Max value from RGB is 244 - color contains mainly: blue. Hex color #945AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945AF4 is #6BA50B. Grayscale: #7C7C7C. Windows color (decimal): -7054604 or 16013972. OLE color: 16013972.

HSL color Cylindrical-coordinate representation of color #945AF4: hue angle of 262.6º 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 #945AF4 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14890244-
CMYK0.390.6300.04
HSL262.6º87.5%65.49%-
HSV(B)262.6º63.11%95.69%-
XYZ32.220.1487.78-
YUV124.9195.22144.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.71%
GREEN value IS 90 (35.55% from 255) = 18.67%
BLUE value IS 244 (95.70% from 255) = 50.62%
R=30.71%
G=18.67%
B=50.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal148902440.390.6300.04262.687.565.49
Hex945AF4273F041075841
Octal224132364477704407130101
Binary10010100101101011110100100111111111010010000011110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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